aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-24 16:15:13 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-24 16:15:13 +0000
commit9d0dded2c28907cfe79d419a5d58f27bc69ba80f (patch)
tree8d0582f8364de5a64e964402d198f3b65c18ace4 /src/include
parent0f4bee916929a41fd6cc516cd6276685d283d706 (diff)
downloadgnunet-9d0dded2c28907cfe79d419a5d58f27bc69ba80f.tar.gz
gnunet-9d0dded2c28907cfe79d419a5d58f27bc69ba80f.zip
improving r17722
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_ats_service.h4
-rw-r--r--src/include/gnunet_transport_service.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_ats_service.h b/src/include/gnunet_ats_service.h
index f2d1c2aad..3d1c5b2b2 100644
--- a/src/include/gnunet_ats_service.h
+++ b/src/include/gnunet_ats_service.h
@@ -435,12 +435,12 @@ struct GNUNET_ATS_Information
435 /** 435 /**
436 * ATS property type, in network byte order. 436 * ATS property type, in network byte order.
437 */ 437 */
438 uint32_t type; 438 uint32_t type GNUNET_PACKED;
439 439
440 /** 440 /**
441 * ATS property value, in network byte order. 441 * ATS property value, in network byte order.
442 */ 442 */
443 uint32_t value; 443 uint32_t value GNUNET_PACKED;
444}; 444};
445 445
446 446
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index 5f719f859..2d6e515fa 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -51,7 +51,7 @@ extern "C"
51 * @param peer (claimed) identity of the other peer 51 * @param peer (claimed) identity of the other peer
52 * @param message the message 52 * @param message the message
53 * @param ats performance data 53 * @param ats performance data
54 * @param ats_count number of entries in ats (excluding 0-termination) 54 * @param ats_count number of entries in ats
55 */ 55 */
56typedef void (*GNUNET_TRANSPORT_ReceiveCallback) (void *cls, 56typedef void (*GNUNET_TRANSPORT_ReceiveCallback) (void *cls,
57 const struct 57 const struct