aboutsummaryrefslogtreecommitdiff
path: root/test_p2p_stress
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2019-06-11 14:27:26 -0400
committerDeterminant <tederminant@gmail.com>2019-06-11 14:27:26 -0400
commit69d0435bcc88cc8b4c140b876df5fcfb827b40ef (patch)
treeabeafbf520d345398ac5081675df17891c862413 /test_p2p_stress
parent1b2215ae2c792f96765a15c7ffcc6f20e3046cc7 (diff)
...
Diffstat (limited to 'test_p2p_stress')
-rw-r--r--test_p2p_stress/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test_p2p_stress/main.go b/test_p2p_stress/main.go
index 4534c4f..d80699d 100644
--- a/test_p2p_stress/main.go
+++ b/test_p2p_stress/main.go
@@ -15,8 +15,8 @@ package main
// uint64_t addr_id;
// msgnetwork_conn_t *conn;
// } timeout_callback_context_t;
-// timeout_callback_context_t *timeout_callback_context_new() {
-// timeout_callback_context_t *ctx = malloc(sizeof(timeout_callback_context_t);
+// static timeout_callback_context_t *timeout_callback_context_new() {
+// timeout_callback_context_t *ctx = malloc(sizeof(timeout_callback_context_t));
// ctx->conn = NULL;
// return ctx;
// }