aboutsummaryrefslogtreecommitdiff
path: root/test_p2p_stress
diff options
context:
space:
mode:
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;
// }