getting ready for making dna lookup work via mdp

This commit is contained in:
gardners 2012-04-25 06:16:31 +09:30
parent 0cbdd5b37b
commit dfb8d0d482

View File

@ -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");
}