aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-07 16:33:42 +0000
committerChristian Grothoff <christian@grothoff.org>2014-11-07 16:33:42 +0000
commit0c89b2a16eae49cb23635f6d6c0f13da070c5c66 (patch)
tree559186ca56ac1279a611d31f3bf3816bc971431c /src/transport/transport.h
parent2e33b6fcbad3c1b8ebf7176c39a201c39b23c2b2 (diff)
downloadgnunet-0c89b2a16eae49cb23635f6d6c0f13da070c5c66.tar.gz
gnunet-0c89b2a16eae49cb23635f6d6c0f13da070c5c66.zip
implementing plugin session monitoring API (#3452)
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;