chiark / gitweb /
journald: allow restarting journald without losing stream connections
[elogind.git] / src / journal / journald-stream.h
index fff0bae372acb4be16f790a2667cf045578a7270..94bf955d782e398fb4d3c6d1fea93f79abc68178 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include "journald.h"
+#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);