aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-28 20:15:14 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-28 20:15:14 +0000
commit656a75a470c82d40f80e60c8c3cdff86262e0927 (patch)
treebb24a083d9cd08af7122204484d2e00a89b93a65 /src/transport
parentc31c16c32e673d1915157384512c9716648bdaab (diff)
downloadgnunet-656a75a470c82d40f80e60c8c3cdff86262e0927.tar.gz
gnunet-656a75a470c82d40f80e60c8c3cdff86262e0927.zip
static
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/test_transport_api_unreliability.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/test_transport_api_unreliability.c b/src/transport/test_transport_api_unreliability.c
index 9a30f54b8..e4e78bb3e 100644
--- a/src/transport/test_transport_api_unreliability.c
+++ b/src/transport/test_transport_api_unreliability.c
@@ -122,7 +122,7 @@ static char bitmap[TOTAL_MSGS / 8];
122#define OKPP do { ok++; } while (0) 122#define OKPP do { ok++; } while (0)
123#endif 123#endif
124 124
125int 125static int
126get_bit (const char *map, unsigned int bit); 126get_bit (const char *map, unsigned int bit);
127 127
128static void 128static void
@@ -231,7 +231,7 @@ set_bit (unsigned int bitIdx)
231 * 231 *
232 * @return Bit \a bit from hashcode \a code 232 * @return Bit \a bit from hashcode \a code
233 */ 233 */
234int 234static int
235get_bit (const char *map, unsigned int bit) 235get_bit (const char *map, unsigned int bit)
236{ 236{
237 if (bit >= TOTAL_MSGS) 237 if (bit >= TOTAL_MSGS)