socket-server: Move systemd socket activation code to pulsecore

There is no need to support server sockets in client library. Move all related
code and tcp-wrappers dependency to pulsecore library.

Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/640>
This commit is contained in:
Igor V. Kovalenko 2021-09-25 13:22:09 +03:00 committed by PulseAudio Marge Bot
parent 96d7d6f243
commit 733969ac19
6 changed files with 87 additions and 90 deletions

View file

@ -50,4 +50,7 @@ void pa_socket_server_set_callback(pa_socket_server*s, pa_socket_server_on_conne
char *pa_socket_server_get_address(pa_socket_server *s, char *c, size_t l);
int pa_unix_socket_is_stale(const char *fn);
int pa_unix_socket_remove_stale(const char *fn);
#endif