nse.h   nse.h 
skipping to change at line 50 skipping to change at line 50
/** /**
* Network size estimate sent from the service * Network size estimate sent from the service
* to clients. Contains the current size estimate * to clients. Contains the current size estimate
* (or 0 if none has been calculated) and the * (or 0 if none has been calculated) and the
* standard deviation of known estimates. * standard deviation of known estimates.
* *
*/ */
struct GNUNET_NSE_ClientMessage struct GNUNET_NSE_ClientMessage
{ {
/** /**
* Type: GNUNET_MESSAGE_TYPE_NSE_UPDATE * Type: GNUNET_MESSAGE_TYPE_NSE_ESTIMATE
*/ */
struct GNUNET_MessageHeader header; struct GNUNET_MessageHeader header;
/** /**
* For alignment. * For alignment.
*/ */
uint32_t reserved GNUNET_PACKED; uint32_t reserved GNUNET_PACKED;
/** /**
* Timestamp at which the server received the message. * Timestamp at which the server received the message.
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/