datastore handles

This commit is contained in:
Olof hagsand 2017-04-15 19:42:35 +02:00
parent d8fa7bc033
commit 540cd96e74
21 changed files with 286 additions and 146 deletions

View file

@ -174,7 +174,7 @@ config_socket_init_unix(clicon_handle h, char *sock)
}
int
config_socket_init(clicon_handle h)
backend_socket_init(clicon_handle h)
{
char *sock;
@ -197,7 +197,7 @@ config_socket_init(clicon_handle h)
* XXX: credentials not properly implemented
*/
int
config_accept_client(int fd,
backend_accept_client(int fd,
void *arg)
{
int retval = -1;