Move some data/functions from service_record to base_process_service.
[oweals/dinit.git] / src / run-child-proc.cc
index 0154a099a442c7bc23277d103388448bcfa227fc..66f51994f45663d0633e5479f9c6e64bc6806deb 100644 (file)
@@ -10,7 +10,7 @@
 #include "service.h"
 
 void service_record::run_child_proc(const char * const *args, const char *logfile, bool on_console,
-        int wpipefd, int csfd) noexcept
+        int wpipefd, int csfd, int socket_fd) noexcept
 {
     // Child process. Must not allocate memory (or otherwise risk throwing any exception)
     // from here until exit().