aboutsummaryrefslogtreecommitdiff
path: root/src/core/defs.h
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-02-19 11:44:22 -0800
committerGarrett D'Amore <garrett@damore.org>2017-02-19 11:44:22 -0800
commit1981675919003f2ea01971bb4fccbe99c57a2caf (patch)
tree519b56e1bc66aca67d3cb1d87f01c9c270573d03 /src/core/defs.h
parent5eae01c44c2daeddb778608cb48f188b48782c2e (diff)
downloadnng-1981675919003f2ea01971bb4fccbe99c57a2caf.tar.gz
nng-1981675919003f2ea01971bb4fccbe99c57a2caf.tar.bz2
nng-1981675919003f2ea01971bb4fccbe99c57a2caf.zip
Introduce new generic I/O event framework.
Diffstat (limited to 'src/core/defs.h')
-rw-r--r--src/core/defs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/defs.h b/src/core/defs.h
index 0a04b732..c730cf41 100644
--- a/src/core/defs.h
+++ b/src/core/defs.h
@@ -50,8 +50,6 @@ typedef uint64_t nni_time; // Abs. time (usec).
typedef int64_t nni_duration; // Rel. time (usec).
typedef void (*nni_worker)(void *);
-typedef struct nni_taskq nni_taskq;
-typedef struct nni_taskq_ent nni_taskq_ent;
typedef void (*nni_cb)(void *);
// Used by transports for scatter gather I/O.