]> git.proxmox.com Git - mirror_ovs.git/blobdiff - lib/daemon.c
cfm: Notify connectivity_seq on cfm_set_fault
[mirror_ovs.git] / lib / daemon.c
index 1c9ebe257285f90f4e601cb9fa391c7f5a17852f..54641d078658bcdf6c5227586e335596153c2b52 100644 (file)
@@ -376,6 +376,8 @@ should_restart(int status)
 {
     if (WIFSIGNALED(status)) {
         static const int error_signals[] = {
+            /* This list of signals is documented in daemon.man.  If you
+             * change the list, update the documentation too. */
             SIGABRT, SIGALRM, SIGBUS, SIGFPE, SIGILL, SIGPIPE, SIGSEGV,
             SIGXCPU, SIGXFSZ
         };