> -----Original Message----- > From: Stephen Hemminger <step...@networkplumber.org> > + sigaction(SIGHUP, NULL, &origaction); Why do we need this ? Can't be this direct sigaction(SIGHUP, &action, NULL) without a below if code? Can you please explain how this works. > + if (origaction.sa_handler == SIG_DFL) > + sigaction(SIGHUP, &action, NULL); > Other changes looks ok to me. Regards, Reshma
- [PATCH 0/2] dumpcap,pdump handle cleanup signals Stephen Hemminger
- [PATCH 1/2] app/dumpcap: handle SIGTERM and SIGHUP Stephen Hemminger
- [PATCH 2/2] app/pdump: handle SIGTERM and SIGHUP Stephen Hemminger
- RE: [PATCH 2/2] app/pdump: handle SIGTERM and S... Pattan, Reshma