aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-light/src/hicn/config/controlState.h
diff options
context:
space:
mode:
Diffstat (limited to 'hicn-light/src/hicn/config/controlState.h')
-rw-r--r--hicn-light/src/hicn/config/controlState.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hicn-light/src/hicn/config/controlState.h b/hicn-light/src/hicn/config/controlState.h
index cc38cbe37..5c565f9a4 100644
--- a/hicn-light/src/hicn/config/controlState.h
+++ b/hicn-light/src/hicn/config/controlState.h
@@ -61,7 +61,7 @@ typedef struct controller_state ControlState;
ControlState *controlState_Create(
void *userdata,
- struct iovec *(*writeRead)(ControlState *state, struct iovec *msg),
+ uint8_t *(*writeRead)(ControlState *state, uint8_t * msg),
bool openControllerConnetion,
char * server_ip, uint16_t port);