zts_get_pico_socket needs to pass indirect pointer
This commit is contained in:
@@ -413,7 +413,7 @@ namespace ZeroTier
|
||||
/*
|
||||
* Gets a pointer to a pico_socket given a file descriptor
|
||||
*/
|
||||
int zts_get_pico_socket(int fd, struct pico_socket *s);
|
||||
int zts_get_pico_socket(int fd, struct pico_socket **s);
|
||||
|
||||
/**
|
||||
* Returns the number of sockets either already provisioned or waiting to be
|
||||
|
||||
Reference in New Issue
Block a user