Work on discovery cache
FossilOrigin-Name: 42e420b380c09de60f46dc30fcb12a3480f7c6441e438bf45a4066d74369215f
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user