diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2013-03-28 15:59:34 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2013-03-28 15:59:34 +0000 |
commit | 4a77d5e8ecf53f7fb2f54545d7c4313b3bcd7c05 (patch) | |
tree | 0de6fd99952348f643f5f8ee68d9b74680419aa3 /src/topology/gnunet-daemon-topology.c | |
parent | 91140caa33349036934b5b86238c0ec6265e0a13 (diff) |
support for FRIEND_HELLO
Diffstat (limited to 'src/topology/gnunet-daemon-topology.c')
-rw-r--r-- | src/topology/gnunet-daemon-topology.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c index c361088233..cb43ee261b 100644 --- a/src/topology/gnunet-daemon-topology.c +++ b/src/topology/gnunet-daemon-topology.c @@ -1274,6 +1274,7 @@ run (void *cls, char *const *args, const char *cfgfile, { static struct GNUNET_CORE_MessageHandler handlers[] = { {&handle_encrypted_hello, GNUNET_MESSAGE_TYPE_HELLO, 0}, + {&handle_encrypted_hello, GNUNET_MESSAGE_TYPE_FRIEND_HELLO, 0}, {NULL, 0, 0} }; unsigned long long opt; |