aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set_protocol.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-08-14 15:25:12 +0000
committerChristian Grothoff <christian@grothoff.org>2016-08-14 15:25:12 +0000
commit5f925941b0954eee3c93bd6fe72eeb092106cea2 (patch)
tree192863362e36389e8bc4d33509a2526df5409d62 /src/set/gnunet-service-set_protocol.h
parent44f731908bf2c9551b913292f29fed12c425846f (diff)
downloadgnunet-5f925941b0954eee3c93bd6fe72eeb092106cea2.tar.gz
gnunet-5f925941b0954eee3c93bd6fe72eeb092106cea2.zip
migrating set to new CADET port API - tests now fail due to CADET issues
Diffstat (limited to 'src/set/gnunet-service-set_protocol.h')
-rw-r--r--src/set/gnunet-service-set_protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set/gnunet-service-set_protocol.h b/src/set/gnunet-service-set_protocol.h
index 97cf40a63..748da15fc 100644
--- a/src/set/gnunet-service-set_protocol.h
+++ b/src/set/gnunet-service-set_protocol.h
@@ -52,7 +52,7 @@ struct OperationRequestMessage
52 /** 52 /**
53 * Application-specific identifier of the request. 53 * Application-specific identifier of the request.
54 */ 54 */
55 struct GNUNET_HashCode app_id; 55 struct GNUNET_HashCode app_idX;
56 56
57 /* rest: optional message */ 57 /* rest: optional message */
58}; 58};