From dfb8d0d4824c2955b1a022165a79b1db64b6f7c0 Mon Sep 17 00:00:00 2001 From: gardners Date: Wed, 25 Apr 2012 06:16:31 +0930 Subject: [PATCH] getting ready for making dna lookup work via mdp --- commandline.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/commandline.c b/commandline.c index 543a05a7..b7c47d5b 100644 --- a/commandline.c +++ b/commandline.c @@ -444,6 +444,10 @@ int app_dna_lookup(int argc, const char *const *argv, struct command_line_option /* Create the instance directory if it does not yet exist */ if (create_serval_instance_dir() == -1) return -1; + + /* use MDP to send the lookup request to MDP_PORT_DNALOOKUP, and wait for + replies. */ + return WHY("Not implemented"); }