From d48352bb16b9cdf8b397d4b0a2154271f034edfe Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 13 Dec 2014 20:37:51 +0000 Subject: -style fixes --- src/core/gnunet-service-core.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/core/gnunet-service-core.h') 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 struct GSC_ClientActiveRequest *prev; /** - * Which peer is the message going to be for? + * Handle to the client. */ - struct GNUNET_PeerIdentity target; + struct GSC_Client *client_handle; /** - * Handle to the client. + * Which peer is the message going to be for? */ - struct GSC_Client *client_handle; + struct GNUNET_PeerIdentity target; /** * By what time would the client want to see this message out? -- cgit v1.2.3