Processes refactoring.

The cycle has been renamed to the runtime.
This commit is contained in:
Igor Sysoev
2017-03-09 18:03:27 +03:00
parent 5745e48264
commit 6f2c9acd18
47 changed files with 2607 additions and 2688 deletions

View File

@@ -8,11 +8,11 @@
#define _NXT_SIGNAL_H_INCLUDED_
typedef struct {
struct nxt_sig_event_s {
int signo;
nxt_work_handler_t handler;
const char *name;
} nxt_sig_event_t;
};
#define nxt_event_signal(sig, handler) \
{ sig, handler, #sig }