projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
266e391
)
new topology option
author
Nathan S. Evans
<evans@in.tum.de>
Thu, 20 Jan 2011 19:49:22 +0000
(19:49 +0000)
committer
Nathan S. Evans
<evans@in.tum.de>
Thu, 20 Jan 2011 19:49:22 +0000
(19:49 +0000)
src/include/gnunet_testing_lib.h
patch
|
blob
|
history
diff --git
a/src/include/gnunet_testing_lib.h
b/src/include/gnunet_testing_lib.h
index 2e8a04594f8028bb9dadc15ac618d9cdb4dd271d..6ad3e408c5a2c145d429e429c12566f81ea86425 100644
(file)
--- a/
src/include/gnunet_testing_lib.h
+++ b/
src/include/gnunet_testing_lib.h
@@
-746,7
+746,12
@@
enum GNUNET_TESTING_Topology
/**
* All peers are disconnected.
*/
- GNUNET_TESTING_TOPOLOGY_NONE
+ GNUNET_TESTING_TOPOLOGY_NONE,
+
+ /**
+ * Read a topology from a given file.
+ */
+ GNUNET_TESTING_TOPOLOGY_FROM_FILE
};
/**