summaryrefslogtreecommitdiff
path: root/src/gateway/dlt_gateway.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gateway/dlt_gateway.h')
-rw-r--r--src/gateway/dlt_gateway.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/gateway/dlt_gateway.h b/src/gateway/dlt_gateway.h
index eacdf0b..255f855 100644
--- a/src/gateway/dlt_gateway.h
+++ b/src/gateway/dlt_gateway.h
@@ -163,6 +163,19 @@ int dlt_gateway_process_on_demand_request(DltGateway *g,
int connection_status,
int verbose);
+/**
+ * Send control message to passive node.
+ *
+ * @param con DltGatewayConnection
+ * @param g DltGateway
+ * @param daemon_local DltDaemonLocal
+ * @param verbose verbose flag
+ */
+void dlt_gateway_send_control_message(DltGatewayConnection *con,
+ DltGateway *g,
+ DltDaemonLocal *daemon_local,
+ int verbose);
+
/* _ONLY_ for development purposes */
void print_gateway_connection_details(const DltGateway *g);