aboutsummaryrefslogtreecommitdiff
path: root/src/core/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/defs.h')
-rw-r--r--src/core/defs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/defs.h b/src/core/defs.h
index 57f7f06a..5a9ded92 100644
--- a/src/core/defs.h
+++ b/src/core/defs.h
@@ -62,8 +62,8 @@ typedef void (*nni_cb)(void *);
// Used by transports for scatter gather I/O.
typedef struct {
- void * iov_buf;
- size_t iov_len;
+ uint8_t *iov_buf;
+ size_t iov_len;
} nni_iov;
// Notify descriptor.