aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2016-08-10 18:04:50 +0000
committerBart Polot <bart@net.in.tum.de>2016-08-10 18:04:50 +0000
commit0b1e94678049f56af31622d4f75598ccc129bad0 (patch)
tree68402a694eb935fc2aa9afa0d7cfded81f028212 /src/cadet/cadet.h
parent6afb9fb7a72f17b3e69ecc41b3941c6ef63a86cf (diff)
downloadgnunet-0b1e94678049f56af31622d4f75598ccc129bad0.tar.gz
gnunet-0b1e94678049f56af31622d4f75598ccc129bad0.zip
- Add monitor API to MQ
Diffstat (limited to 'src/cadet/cadet.h')
-rw-r--r--src/cadet/cadet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cadet/cadet.h b/src/cadet/cadet.h
index 61388bb15..063711fd2 100644
--- a/src/cadet/cadet.h
+++ b/src/cadet/cadet.h
@@ -232,7 +232,7 @@ struct GNUNET_CADET_LocalInfoPeer
232 int16_t tunnel GNUNET_PACKED; 232 int16_t tunnel GNUNET_PACKED;
233 233
234 /** 234 /**
235 * ID of the destination of the tunnel (can be local peer). 235 * ID of the peer (can be local peer).
236 */ 236 */
237 struct GNUNET_PeerIdentity destination; 237 struct GNUNET_PeerIdentity destination;
238 238