| 191 | } |
| 192 | |
| 193 | void daemon_shutdown(void) |
| 194 | { |
| 195 | common_shutdown(); |
| 196 | |
| 197 | #if BACKTRACE_SUPPORTED |
| 198 | /* Harmless if it wasn't applied */ |
| 199 | remove_steal_notifiers(); |
| 200 | #endif |
| 201 | } |
| 202 | |
| 203 | bool daemon_developer_mode(char *argv[]) |
| 204 | { |
no test coverage detected