clixon/lib/clixon/clixon_netns.h
Olof hagsand c43e216d67 - Restconf bind: continue with other sockets if bind fails, print address on log
- Multi-yang: Look in CLICON_YANG_MAIN_DIR, not only CLICON_MAIN_DIRs for old yangs
  - Backend -q quit option enhanced for multi-yang case
2021-04-13 18:00:27 +02:00

14 lines
351 B
C

/*
* Network namespace code
* @thanks Anders Franzén, especially get_sock() and send_sock() functions
*/
#ifndef _CLIXON_NETNS_H_
#define _CLIXON_NETNS_H_
/*
* Prototypes
*/
int clixon_netns_socket(const char *netns, struct sockaddr *sa, size_t sin_len, int backlog, int flags, const char *addrstr, int *sock);
#endif /* _CLIXON_NETNS_H_ */