Skip to content

Commit b8307ac

Browse files
author
Chrono Law
committed
small clean
1 parent b7f1bbf commit b8307ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ngxpp/NgxGlobal.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class NgxGlobal final
7575
return p;
7676
}
7777
public:
78-
struct events_info_t final : boost::noncopyable
78+
struct event_info_t final : boost::noncopyable
7979
{
8080
// ngx_add_event/ngx_del_event/...
8181
DECL_VAR(actions, ngx_event_actions);
@@ -101,9 +101,9 @@ class NgxGlobal final
101101
DECL_VAR(posted, ngx_posted_events);
102102
};
103103

104-
static events_info_t& events()
104+
static event_info_t& event()
105105
{
106-
static events_info_t e;
106+
static event_info_t e;
107107
return e;
108108
}
109109
public:

0 commit comments

Comments
 (0)