summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_file_event.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2017-06-14 15:18:52 +0300
committerIgor Sysoev <igor@sysoev.ru>2017-06-14 15:18:52 +0300
commit7574c64992b98d3dfbc3dd101bd0f7d78bad0823 (patch)
tree3a98c46e88d9023df34be3e6cce4f762d53aad36 /src/nxt_file_event.h
parent3e2632688f53c4cb08e7ac03c61e71facd038df4 (diff)
downloadunit-7574c64992b98d3dfbc3dd101bd0f7d78bad0823.tar.gz
unit-7574c64992b98d3dfbc3dd101bd0f7d78bad0823.tar.bz2
nxt_event_conn_... functions and structures have been renamed
to nxt_conn_...
Diffstat (limited to '')
-rw-r--r--src/nxt_file_event.h (renamed from src/nxt_event_file.h)8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/nxt_event_file.h b/src/nxt_file_event.h
index 06f1762f..d4255ce9 100644
--- a/src/nxt_event_file.h
+++ b/src/nxt_file_event.h
@@ -3,8 +3,8 @@
* Copyright (C) NGINX, Inc.
*/
-#ifndef _NXT_EVENT_FILE_H_INCLUDED_
-#define _NXT_EVENT_FILE_H_INCLUDED_
+#ifndef _NXT_FILE_EVENT_H_INCLUDED_
+#define _NXT_FILE_EVENT_H_INCLUDED_
typedef struct {
@@ -12,7 +12,7 @@ typedef struct {
nxt_file_t *file;
nxt_work_handler_t handler;
nxt_task_t *task;
-} nxt_event_file_t;
+} nxt_file_event_t;
-#endif /* _NXT_EVENT_FILE_H_INCLUDED_ */
+#endif /* _NXT_FILE_EVENT_H_INCLUDED_ */