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:
7a438fb
)
missing
author
Matthias Wachs
<wachs@net.in.tum.de>
Tue, 13 Dec 2011 16:26:41 +0000
(16:26 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Tue, 13 Dec 2011 16:26:41 +0000
(16:26 +0000)
src/include/gnunet_transport_plugin.h
patch
|
blob
|
history
diff --git
a/src/include/gnunet_transport_plugin.h
b/src/include/gnunet_transport_plugin.h
index 9fc0ffd8494b22552628eaf1fc0d98b943b77475..84f1b1f4a8af0300f4ebe20bc0559d79ae13343c 100644
(file)
--- a/
src/include/gnunet_transport_plugin.h
+++ b/
src/include/gnunet_transport_plugin.h
@@
-202,6
+202,12
@@
struct GNUNET_TRANSPORT_PluginEnvironment
*/
struct GNUNET_STATISTICS_Handle *stats;
+ /**
+ * ATS Handle to request address type.
+ */
+ struct GNUNET_ATS_SchedulingHandle *ats;
+
+
/**
* Function that should be called by the transport plugin
* whenever a message is received.