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:
4555944
)
- missing
author
Matthias Wachs
<wachs@net.in.tum.de>
Fri, 25 May 2012 14:40:39 +0000
(14:40 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Fri, 25 May 2012 14:40:39 +0000
(14:40 +0000)
src/transport/plugin_transport_http.h
patch
|
blob
|
history
diff --git
a/src/transport/plugin_transport_http.h
b/src/transport/plugin_transport_http.h
index b1a7fcaf340e0b6b8351591d5534f3c4aa593269..8ec47fe4c4f08d28fc34e0bd7384590c25fa87f8 100644
(file)
--- a/
src/transport/plugin_transport_http.h
+++ b/
src/transport/plugin_transport_http.h
@@
-468,6
+468,10
@@
struct HTTP_Message
void *transmit_cont_cls;
};
+struct Session *
+create_session (struct Plugin *plugin, const struct GNUNET_PeerIdentity *target,
+ const void *addr, size_t addrlen);
+
int
exist_session (struct Plugin *plugin, struct Session *s);