Add a clarifying comment
This commit is contained in:
parent
8f9e2e6bdf
commit
84bb8e78fc
|
@ -538,6 +538,7 @@ unit_stop (struct unit *u)
|
||||||
|
|
||||||
// This way we avoid a syscall with epoll
|
// This way we avoid a syscall with epoll
|
||||||
xclose (u->socket_fd);
|
xclose (u->socket_fd);
|
||||||
|
// We don't fork any child processes, so we're sure
|
||||||
u->fd_event.closed = true;
|
u->fd_event.closed = true;
|
||||||
poller_fd_reset (&u->fd_event);
|
poller_fd_reset (&u->fd_event);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue