mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.poll: Tweak metatable name field
This commit is contained in:
parent
d92dfb7bc8
commit
8126707125
1 changed files with 2 additions and 2 deletions
|
@ -29,9 +29,9 @@
|
|||
#include <lauxlib.h>
|
||||
|
||||
#ifdef USE_EPOLL
|
||||
#define STATE_MT "util.poll.epoll"
|
||||
#define STATE_MT "util.poll<epoll>"
|
||||
#else
|
||||
#define STATE_MT "util.poll.select"
|
||||
#define STATE_MT "util.poll<select>"
|
||||
#endif
|
||||
|
||||
#if (LUA_VERSION_NUM == 501)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue