aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/defs.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/defs.h b/src/core/defs.h
index f57db17a..b1dbed18 100644
--- a/src/core/defs.h
+++ b/src/core/defs.h
@@ -64,13 +64,6 @@ typedef int32_t nni_duration; // Rel. time (ms).
typedef void (*nni_cb)(void *);
-// Notify descriptor.
-typedef struct {
- int sn_wfd; // written to in order to flag an event
- int sn_rfd; // read from in order to clear an event
- int sn_init;
-} nni_notifyfd;
-
// Some default timing things.
#define NNI_TIME_NEVER ((nni_time) -1)
#define NNI_TIME_ZERO ((nni_time) 0)