diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-06-06 08:15:08 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-06-06 08:15:08 -0700 |
| commit | 46a559cbdff02d8f9ca48bd918c17c33336de3a1 (patch) | |
| tree | 7c3d6ec8fb757e2856cfeeb827f78eb4c80fefb2 /src/core/init.h | |
| parent | 90c0aad40e9dbcfc1734f3174d6ce20625004a33 (diff) | |
| download | nng-46a559cbdff02d8f9ca48bd918c17c33336de3a1.tar.gz nng-46a559cbdff02d8f9ca48bd918c17c33336de3a1.tar.bz2 nng-46a559cbdff02d8f9ca48bd918c17c33336de3a1.zip | |
Start of using objhash for endpoints.
Diffstat (limited to 'src/core/init.h')
| -rw-r--r-- | src/core/init.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/init.h b/src/core/init.h index e48b6705..70663c65 100644 --- a/src/core/init.h +++ b/src/core/init.h @@ -24,8 +24,6 @@ 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_endpoints; extern nni_idhash *nni_pipes; -extern nni_idhash *nni_sockets; #endif // CORE_INIT_H |
