event/ServerSocket, config/Net: abstract socket support

This commit is contained in:
Max Kellermann
2019-02-25 13:01:42 +01:00
parent f10afd38b5
commit 44422b2b2f
5 changed files with 39 additions and 0 deletions

View File

@@ -99,6 +99,18 @@ public:
*/
void AddPath(AllocatedPath &&path);
#ifdef __linux__
/**
* Add a listener on an abstract local socket (Linux specific).
*
* Throws on error.
*
* @param name the abstract socket name, starting with a '@'
* instead of a null byte
*/
void AddAbstract(const char *name);
#endif
/**
* Add a socket descriptor that is accepting connections. After this
* has been called, don't call server_socket_open(), because the