aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-light/src/hicn/core/connection_vft.h
diff options
context:
space:
mode:
Diffstat (limited to 'hicn-light/src/hicn/core/connection_vft.h')
-rw-r--r--hicn-light/src/hicn/core/connection_vft.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hicn-light/src/hicn/core/connection_vft.h b/hicn-light/src/hicn/core/connection_vft.h
index 589f39536..1ff4d7702 100644
--- a/hicn-light/src/hicn/core/connection_vft.h
+++ b/hicn-light/src/hicn/core/connection_vft.h
@@ -42,10 +42,11 @@ const connection_ops_t connection_ ## NAME = { \
.get_socket = listener_ ## NAME ## _get_socket, \
.send = connection_ ## NAME ## _send, \
.send_packet = connection_ ## NAME ## _send_packet, \
- .read_callback = connection_ ## NAME ## _read_callback, \
.data_size = sizeof(connection_ ## NAME ## _data_t), \
};
+// .read_callback = connection_ ## NAME ## _read_callback,
+
extern const connection_ops_t * connection_vft[];
#endif /* HICNLIGHT_CONNECTION_VFT_H */