Move some data/functions from service_record to base_process_service.
[oweals/dinit.git] / src / tests / test-run-child-proc.cc
index 3cd81fcdc818925feb20770d01091d7b408a8aba..db4dc32fd8dc301751e86c406a2591ccf04bd386 100644 (file)
@@ -3,7 +3,7 @@
 // Stub out run_child_proc function, for testing purposes.
 
 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
 {
 
 }