From 32dccec98e4c7d7e4ce902e19ba8d1b29b823758 Mon Sep 17 00:00:00 2001 From: Jordan Augé Date: Wed, 23 Sep 2020 17:50:52 +0200 Subject: [HICN-570] Message buffer (incl. CS and PIT changes) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4c508e4b04dee3acbfc3da1d26e1770cb826f22b Signed-off-by: Jordan Augé --- hicn-light/src/hicn/core/connection_vft.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hicn-light/src/hicn/core/connection_vft.h') 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 */ -- cgit 1.2.3-korg