Re: [PATCH] Support systemd socket activation mechanism



Hi,

Can anyone please review the latest version of my patch?

The client code now looks like this:

int fd = take_socket_from_systemd();
GSocket* sock = g_socket_new_from_fd(fd, NULL);
SoupServer* server = soup_server_new(SOUP_SERVER_LISTEN_SOCKET, sock, NULL);
g_object_unref(sock);

-- 
Joseph Artsimovich
Software Engineer at YouView TV Ltd

Attachment: 0001-Make-it-possible-to-provide-a-custom-listening-socke.patch
Description: Text document



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]