aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_peers.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-07-31 15:29:32 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-07-31 15:29:32 +0000
commit2eb3cf57de7d06f53f1a4dbcdcadcad2c9c09e39 (patch)
treefde9fe16f606ffbbce44a14b7edc32f2235dc401 /src/testbed/testbed_api_peers.h
parentf432fb9c61777efc0369d71dae9df1ad7e81f1c0 (diff)
downloadgnunet-2eb3cf57de7d06f53f1a4dbcdcadcad2c9c09e39.tar.gz
gnunet-2eb3cf57de7d06f53f1a4dbcdcadcad2c9c09e39.zip
peer destroy with new operations handling
Diffstat (limited to 'src/testbed/testbed_api_peers.h')
-rw-r--r--src/testbed/testbed_api_peers.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/testbed/testbed_api_peers.h b/src/testbed/testbed_api_peers.h
index e7c1e9136..72c1c1b58 100644
--- a/src/testbed/testbed_api_peers.h
+++ b/src/testbed/testbed_api_peers.h
@@ -31,23 +31,6 @@
31 31
32 32
33/** 33/**
34 * Details about a peer; kept in a separate struct to avoid bloating
35 * memory consumption everywhere...
36 */
37struct PeerDetails
38{
39 /**
40 * Configuration of the peer; NULL if we are not sure what the peer's correct
41 * configuration actually is; non-NULL if this peer is controlled by this
42 * process.
43 */
44 struct GNUNET_CONFIGURATION_Handle *cfg;
45
46 //PEER_DETAILS
47};
48
49
50/**
51 * Enumeration of possible states a peer could be in 34 * Enumeration of possible states a peer could be in
52 */ 35 */
53enum PeerState 36enum PeerState
@@ -92,12 +75,6 @@ struct GNUNET_TESTBED_Peer
92 struct GNUNET_TESTBED_Host *host; 75 struct GNUNET_TESTBED_Host *host;
93 76
94 /** 77 /**
95 * Internals of the peer for the controlling process; NULL if
96 * this process is not controlling this peer.
97 */
98 struct PeerDetails *details;
99
100 /**
101 * Globally unique ID of the peer. 78 * Globally unique ID of the peer.
102 */ 79 */
103 uint32_t unique_id; 80 uint32_t unique_id;