aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rps/rps.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rps/rps.h b/src/rps/rps.h
index ad255acab..e5f0ca032 100644
--- a/src/rps/rps.h
+++ b/src/rps/rps.h
@@ -74,7 +74,7 @@ struct GNUNET_RPS_CS_RequestMessage
74 /** 74 /**
75 * Identifyer of the message. 75 * Identifyer of the message.
76 */ 76 */
77 uint64_t n GNUNET_PACKED; 77 uint32_t id GNUNET_PACKED;
78 78
79 /** 79 /**
80 * Number of random peer requested 80 * Number of random peer requested
@@ -95,7 +95,7 @@ struct GNUNET_RPS_CS_ReplyMessage
95 /** 95 /**
96 * Identifyer of the message. 96 * Identifyer of the message.
97 */ 97 */
98 uint64_t n GNUNET_PACKED; 98 uint32_t id GNUNET_PACKED;
99 99
100 /** 100 /**
101 * Number of random peer replied 101 * Number of random peer replied