chiark / gitweb /
journald: allow restarting journald without losing stream connections
[elogind.git] / src / journal / journald-stream.h
index dfb6267bf6d0b1ae098971630d1d3d45bc4f30ad..94bf955d782e398fb4d3c6d1fea93f79abc68178 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include "fdset.h"
 #include "journald-server.h"
 
-int server_open_stdout_socket(Server *s);
+int server_open_stdout_socket(Server *s, FDSet *fds);
 
-int stdout_stream_new(Server *s);
 void stdout_stream_free(StdoutStream *s);
-int stdout_stream_process(StdoutStream *s);