nxt_event_conn_... functions and structures have been renamed

to nxt_conn_...
This commit is contained in:
Igor Sysoev
2017-06-14 15:18:52 +03:00
parent 3e2632688f
commit 7574c64992
37 changed files with 1968 additions and 2055 deletions

View File

@@ -123,13 +123,13 @@ typedef struct {
* events.
*/
void (*enable_file)(nxt_event_engine_t *engine,
nxt_event_file_t *fev);
nxt_file_event_t *ev);
/*
* Delete a file from an event set before closing the file descriptor.
*/
void (*close_file)(nxt_event_engine_t *engine,
nxt_event_file_t *fev);
nxt_file_event_t *ev);
/*
* Enable post event notifications and set a post handler to handle
@@ -157,7 +157,7 @@ typedef struct {
nxt_msec_t timeout);
/* I/O operations suitable to underlying event facility. */
nxt_event_conn_io_t *io;
nxt_conn_io_t *io;
/* True if an event facility supports file change event notifications. */
uint8_t file_support; /* 1 bit */