Add a clarifying comment

This commit is contained in:
Přemysl Eric Janouch 2017-05-06 21:03:03 +02:00
parent 8f9e2e6bdf
commit 84bb8e78fc
Signed by: p
GPG Key ID: B715679E3A361BE6
1 changed files with 1 additions and 0 deletions

View File

@ -538,6 +538,7 @@ unit_stop (struct unit *u)
// This way we avoid a syscall with epoll
xclose (u->socket_fd);
// We don't fork any child processes, so we're sure
u->fd_event.closed = true;
poller_fd_reset (&u->fd_event);