mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-02-20 17:33:08 +00:00
getting ready for making dna lookup work via mdp
This commit is contained in:
parent
0cbdd5b37b
commit
dfb8d0d482
@ -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");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user