X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fsocket.h;h=88ebf26f870b5db0713114dead3d0903f92b44fc;hb=d06428248aa80f72862b86297335ee01c31d918b;hp=0674cd81bffee159996ad947ba3bf383322880e9;hpb=4fd5948e74b776b6d68ba55f558da5f354179e52;p=elogind.git diff --git a/src/socket.h b/src/socket.h index 0674cd81b..88ebf26f8 100644 --- a/src/socket.h +++ b/src/socket.h @@ -84,12 +84,13 @@ struct Socket { ExecCommand* exec_command[_SOCKET_EXEC_COMMAND_MAX]; ExecContext exec_context; + /* For Accept=no sockets refers to the one service we'll + activate. For Accept=yes sockets is either NULL, or filled + when the next service we spawn. */ Service *service; SocketState state, deserialized_state; - KillMode kill_mode; - ExecCommand* control_command; SocketExecCommand control_command_id; pid_t control_pid;