diff options
author | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-09-20 17:22:58 +0000 |
---|---|---|
committer | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-09-20 17:22:58 +0000 |
commit | 3f0ed84b7c17a8122e03e424286f6983514c3c7e (patch) | |
tree | d60c7b9e70328628d81ad2176a5cc9f96c441c37 /src/mesh/test_mesh_path_api.c | |
parent | f28548dca606f5606fcd4f754bb491567a00ba0e (diff) |
Cleaned and fixed refactoring to improve separation, only 3 structs are now shared
git-svn-id: https://gnunet.org/svn/gnunet@16973 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/mesh/test_mesh_path_api.c')
-rw-r--r-- | src/mesh/test_mesh_path_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/test_mesh_path_api.c b/src/mesh/test_mesh_path_api.c index d14d159586..cc0cbc558b 100644 --- a/src/mesh/test_mesh_path_api.c +++ b/src/mesh/test_mesh_path_api.c @@ -51,7 +51,6 @@ int main (int argc, char *argv[]) { struct GNUNET_PeerIdentity* pi; -// struct MeshTunnel *t; int result; GNUNET_log_setup ("test_mesh_api_path", @@ -61,6 +60,7 @@ main (int argc, char *argv[]) "WARNING", #endif NULL); + pi = get_pi(1); GNUNET_log(GNUNET_ERROR_TYPE_INFO, "Peer 1: %s\n", GNUNET_h2s(&pi->hashPubKey)); |