aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport-testing.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-10-05 11:51:57 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-10-05 11:51:57 +0000
commit90f4f1c9760a5ab8b5279e1dd4a7e2e219e446be (patch)
tree5025962b642ac8025194fee372da460778fe80e7 /src/transport/transport-testing.h
parent8c5b6d1916b08b890002b4ee971cbfbec15d4749 (diff)
downloadgnunet-90f4f1c9760a5ab8b5279e1dd4a7e2e219e446be.tar.gz
gnunet-90f4f1c9760a5ab8b5279e1dd4a7e2e219e446be.zip
more beautification
Diffstat (limited to 'src/transport/transport-testing.h')
-rw-r--r--src/transport/transport-testing.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/transport/transport-testing.h b/src/transport/transport-testing.h
index a5c1b529a..75a568cf7 100644
--- a/src/transport/transport-testing.h
+++ b/src/transport/transport-testing.h
@@ -59,6 +59,8 @@ struct PeerContext
59 void *cb_cls; 59 void *cb_cls;
60 60
61 char *servicehome; 61 char *servicehome;
62
63 unsigned int no;
62}; 64};
63 65
64/** 66/**