diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-06-09 06:36:19 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-06-09 06:36:19 -0700 |
| commit | c50111c825d2a6724ea49ea72cee0eeb420ec432 (patch) | |
| tree | 0cf8aeb3113b6bf4861b0420212383df480a0237 /src/core/init.h | |
| parent | 4044f93afb21f2a5700eb312f1daa6e2a0152ab6 (diff) | |
| download | nng-c50111c825d2a6724ea49ea72cee0eeb420ec432.tar.gz nng-c50111c825d2a6724ea49ea72cee0eeb420ec432.tar.bz2 nng-c50111c825d2a6724ea49ea72cee0eeb420ec432.zip | |
Eliminate pipes global idhash.
Diffstat (limited to 'src/core/init.h')
| -rw-r--r-- | src/core/init.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/init.h b/src/core/init.h index 70663c65..ffcebf64 100644 --- a/src/core/init.h +++ b/src/core/init.h @@ -21,9 +21,4 @@ int nni_init(void); // that all resources used by the library are released back to the system. void nni_fini(void); -// Private hash tables matching IDs to values. Consumers need to use the -// nni_idlock to protect access to these. -extern nni_mtx *nni_idlock; -extern nni_idhash *nni_pipes; - #endif // CORE_INIT_H |
