aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/peerinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo/peerinfo.h')
-rw-r--r--src/peerinfo/peerinfo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/peerinfo/peerinfo.h b/src/peerinfo/peerinfo.h
index 992dde782..bf5677477 100644
--- a/src/peerinfo/peerinfo.h
+++ b/src/peerinfo/peerinfo.h
@@ -29,6 +29,8 @@
29 29
30#define DEBUG_PEERINFO GNUNET_EXTRA_LOGGING 30#define DEBUG_PEERINFO GNUNET_EXTRA_LOGGING
31 31
32GNUNET_NETWORK_STRUCT_BEGIN
33
32/** 34/**
33 * Message requesting a listing of all known peers, 35 * Message requesting a listing of all known peers,
34 * possibly restricted to the specified peer identity. 36 * possibly restricted to the specified peer identity.
@@ -81,6 +83,6 @@ struct InfoMessage
81 struct GNUNET_PeerIdentity peer; 83 struct GNUNET_PeerIdentity peer;
82 84
83}; 85};
84 86GNUNET_NETWORK_STRUCT_END
85 87
86/* end of peerinfo.h */ 88/* end of peerinfo.h */