aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-26 15:54:54 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-26 15:54:54 +0000
commit7706f0a08b2425622121c23a7d2054794f2d677c (patch)
treed4b658006d8b0418b2afabe51bfae14c3f59bb97 /src/set/gnunet-service-set.h
parent133a5ecf306d35f9e86fb5a1f8b120783f6afdf9 (diff)
downloadgnunet-7706f0a08b2425622121c23a7d2054794f2d677c.tar.gz
gnunet-7706f0a08b2425622121c23a7d2054794f2d677c.zip
-removing unnecessary key from regex blocks, compacting some of the other fields
Diffstat (limited to 'src/set/gnunet-service-set.h')
-rw-r--r--src/set/gnunet-service-set.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/set/gnunet-service-set.h b/src/set/gnunet-service-set.h
index 86dd0cfc0..26b1d361e 100644
--- a/src/set/gnunet-service-set.h
+++ b/src/set/gnunet-service-set.h
@@ -196,7 +196,8 @@ struct Incoming;
196/** 196/**
197 * Different types a tunnel can be. 197 * Different types a tunnel can be.
198 */ 198 */
199enum TunnelContextType { 199enum TunnelContextType
200{
200 /** 201 /**
201 * Tunnel is waiting for a set request from the tunnel, 202 * Tunnel is waiting for a set request from the tunnel,
202 * or for the ack/nack of the client for a received request. 203 * or for the ack/nack of the client for a received request.
@@ -237,6 +238,7 @@ union TunnelContextData
237 struct IntersectionEvaluateOperation *intersection_op; 238 struct IntersectionEvaluateOperation *intersection_op;
238}; 239};
239 240
241
240/** 242/**
241 * Information about a tunnel we are connected to. 243 * Information about a tunnel we are connected to.
242 * Used as tunnel context with mesh. 244 * Used as tunnel context with mesh.