More Cisco support (LWAPP)
FossilOrigin-Name: 0c04ab44846547da7a311be84cd0cc753ef61b5204ebbcea4b19408b8a7d3fe9
This commit is contained in:
@ -82,8 +82,13 @@ int do_connect(void *priv,void *data)
|
||||
return 1;
|
||||
|
||||
printf("Sleep after oin\n");
|
||||
sleep(5);
|
||||
printf("Go conf\n");
|
||||
extern struct conn * get_conn();
|
||||
extern join_state(struct conn * conn);
|
||||
struct conn * conn = get_conn();
|
||||
printf("Join conn = %p\n",conn);
|
||||
|
||||
// join_state(conn);
|
||||
|
||||
|
||||
// rc = join(&ip->ip);
|
||||
|
Reference in New Issue
Block a user