summaryrefslogtreecommitdiff
path: root/src/nse/nse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nse/nse.h')
-rw-r--r--src/nse/nse.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/nse/nse.h b/src/nse/nse.h
index 24001e8cc..45748b1f3 100644
--- a/src/nse/nse.h
+++ b/src/nse/nse.h
@@ -55,6 +55,11 @@ struct GNUNET_NSE_ClientMessage
55 uint32_t reserved; 55 uint32_t reserved;
56 56
57 /** 57 /**
58 * Timestamp at which the server received the message.
59 */
60 struct GNUNET_TIME_AbsoluteNBO timestamp;
61
62 /**
58 * The current estimated network size. 63 * The current estimated network size.
59 */ 64 */
60 double size_estimate; 65 double size_estimate;