aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport.h')
-rw-r--r--src/transport/transport.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index 57e7d1b00..6fea9201c 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -644,6 +644,11 @@ struct TransportPluginMonitorMessage
644 struct GNUNET_PeerIdentity peer; 644 struct GNUNET_PeerIdentity peer;
645 645
646 /** 646 /**
647 * Unique identifier for the session.
648 */
649 uint64_t session_id;
650
651 /**
647 * Length of the plugin name in bytes, including 0-termination. 652 * Length of the plugin name in bytes, including 0-termination.
648 */ 653 */
649 uint16_t plugin_name_len GNUNET_PACKED; 654 uint16_t plugin_name_len GNUNET_PACKED;