aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-23 23:17:38 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-23 23:17:38 +0100
commit3ceefffec0e038099c3fabfea70d0f9202e298d2 (patch)
tree058292889daceef41f0a0a01b5c62651c5742978 /src/cadet/cadet.h
parent5c1ac597f1d1f532136dcf678d7eb5575224aa6b (diff)
downloadgnunet-3ceefffec0e038099c3fabfea70d0f9202e298d2.tar.gz
gnunet-3ceefffec0e038099c3fabfea70d0f9202e298d2.zip
avoid cmp pointers, cmp ccn instead, as client may literally be the same
Diffstat (limited to 'src/cadet/cadet.h')
-rw-r--r--src/cadet/cadet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cadet/cadet.h b/src/cadet/cadet.h
index 97372cb80..451d1f354 100644
--- a/src/cadet/cadet.h
+++ b/src/cadet/cadet.h
@@ -68,7 +68,7 @@ extern "C"
68/** 68/**
69 * Minimum value for channel IDs of local clients. 69 * Minimum value for channel IDs of local clients.
70 */ 70 */
71#define GNUNET_CADET_LOCAL_CHANNEL_ID_CLI 0x80000000 71#define GNUNET_CADET_LOCAL_CHANNEL_ID_CLI 0x80000000U
72 72
73/** 73/**
74 * FIXME. 74 * FIXME.