diff options
| author | Garrett D'Amore <garrett@damore.org> | 2016-12-11 18:09:33 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2016-12-11 18:09:33 -0800 |
| commit | f6e715fb640ef72b30cbcc0d1882ef81115e96d8 (patch) | |
| tree | f37aae87e945a288905b4b23970d3c1dbbf16867 /src/core/panic.c | |
| parent | 51023b0d0d46ec920ddc6ffdc41bcff242ff970d (diff) | |
| download | nng-f6e715fb640ef72b30cbcc0d1882ef81115e96d8.tar.gz nng-f6e715fb640ef72b30cbcc0d1882ef81115e96d8.tar.bz2 nng-f6e715fb640ef72b30cbcc0d1882ef81115e96d8.zip | |
New msgqueue implementation, use CLOCK_MONOTONIC if available.
Start of socket definitions.
Diffstat (limited to 'src/core/panic.c')
| -rw-r--r-- | src/core/panic.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/panic.c b/src/core/panic.c index e993ddb9..60c790ac 100644 --- a/src/core/panic.c +++ b/src/core/panic.c @@ -28,8 +28,6 @@ #include <execinfo.h> #endif -#include "nng.h" - #include "nng_impl.h" /* |
