Work on discovery cache

FossilOrigin-Name: 42e420b380c09de60f46dc30fcb12a3480f7c6441e438bf45a4066d74369215f
This commit is contained in:
7u83@mail.ru
2018-04-02 16:19:28 +00:00
parent 3d51c17a9a
commit 13b53ee3bc
9 changed files with 321 additions and 11 deletions

View File

@ -23,6 +23,8 @@ struct bootcfg{
};
static int parse_args (int argc, char *argv[], struct bootcfg * bootcfg)
{
int c;
@ -83,6 +85,9 @@ int main (int argc, char **argv)
int i;
struct cw_DiscoveryResult dis;
bootcfg.nmods=0;
/* read command line args, results are in bootcfg */