aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-16 22:59:53 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-16 22:59:53 +0100
commita37bee0b9bf81c9a1de295cc8bb747218095942b (patch)
tree0e929174175f2352bf7844d64fbb82084d0102fb /src/set/gnunet-service-set.h
parentd93370848ef11a11c9091747de5a57819ba8da58 (diff)
downloadgnunet-a37bee0b9bf81c9a1de295cc8bb747218095942b.tar.gz
gnunet-a37bee0b9bf81c9a1de295cc8bb747218095942b.zip
migrate SET service to new SERVICE API
Diffstat (limited to 'src/set/gnunet-service-set.h')
-rw-r--r--src/set/gnunet-service-set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set/gnunet-service-set.h b/src/set/gnunet-service-set.h
index 9e1ffd01a..573a2b7d9 100644
--- a/src/set/gnunet-service-set.h
+++ b/src/set/gnunet-service-set.h
@@ -520,7 +520,7 @@ struct Set
520 * Client that owns the set. Only one client may own a set, 520 * Client that owns the set. Only one client may own a set,
521 * and there can only be one set per client. 521 * and there can only be one set per client.
522 */ 522 */
523 struct GNUNET_SERVER_Client *client; 523 struct GNUNET_SERVICE_Client *client;
524 524
525 /** 525 /**
526 * Message queue for the client. 526 * Message queue for the client.