diff options
author | Determinant <[email protected]> | 2019-06-11 14:27:26 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2019-06-11 14:27:26 -0400 |
commit | 69d0435bcc88cc8b4c140b876df5fcfb827b40ef (patch) | |
tree | abeafbf520d345398ac5081675df17891c862413 /test_p2p_stress | |
parent | 1b2215ae2c792f96765a15c7ffcc6f20e3046cc7 (diff) |
...
Diffstat (limited to 'test_p2p_stress')
-rw-r--r-- | test_p2p_stress/main.go | 4 |
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; // } |