aboutsummaryrefslogtreecommitdiffstats
path: root/libtransport/src/io_modules/hicn-light-ng/hicn_forwarder_module.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtransport/src/io_modules/hicn-light-ng/hicn_forwarder_module.h')
-rw-r--r--libtransport/src/io_modules/hicn-light-ng/hicn_forwarder_module.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libtransport/src/io_modules/hicn-light-ng/hicn_forwarder_module.h b/libtransport/src/io_modules/hicn-light-ng/hicn_forwarder_module.h
index 0bf82757d..7f0e7aca8 100644
--- a/libtransport/src/io_modules/hicn-light-ng/hicn_forwarder_module.h
+++ b/libtransport/src/io_modules/hicn-light-ng/hicn_forwarder_module.h
@@ -64,6 +64,7 @@ class HicnForwarderModule : public IoModule {
void init(Connector::PacketReceivedCallback &&receive_callback,
Connector::PacketSentCallback &&sent_callback,
+ Connector::OnCloseCallback &&close_callback,
Connector::OnReconnectCallback &&reconnect_callback,
asio::io_service &io_service,
const std::string &app_name = "Libtransport") override;