aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-13 20:37:51 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-13 20:37:51 +0000
commitd48352bb16b9cdf8b397d4b0a2154271f034edfe (patch)
treede7843ffd23cabb4b3f18a4a4898999011fdb5cc /src/core/gnunet-service-core.h
parent8723949c5796c40fe262b4843b4838dc0e67ae5c (diff)
downloadgnunet-d48352bb16b9cdf8b397d4b0a2154271f034edfe.tar.gz
gnunet-d48352bb16b9cdf8b397d4b0a2154271f034edfe.zip
-style fixes
Diffstat (limited to 'src/core/gnunet-service-core.h')
-rw-r--r--src/core/gnunet-service-core.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/gnunet-service-core.h b/src/core/gnunet-service-core.h
index 8d3e8ee2a..2d483a60d 100644
--- a/src/core/gnunet-service-core.h
+++ b/src/core/gnunet-service-core.h
@@ -57,14 +57,14 @@ struct GSC_ClientActiveRequest
57 struct GSC_ClientActiveRequest *prev; 57 struct GSC_ClientActiveRequest *prev;
58 58
59 /** 59 /**
60 * Which peer is the message going to be for? 60 * Handle to the client.
61 */ 61 */
62 struct GNUNET_PeerIdentity target; 62 struct GSC_Client *client_handle;
63 63
64 /** 64 /**
65 * Handle to the client. 65 * Which peer is the message going to be for?
66 */ 66 */
67 struct GSC_Client *client_handle; 67 struct GNUNET_PeerIdentity target;
68 68
69 /** 69 /**
70 * By what time would the client want to see this message out? 70 * By what time would the client want to see this message out?