aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport-testing.h
diff options
context:
space:
mode:
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/**