Software /
code /
prosody
Changeset
9440:1ddecde4ce98
util.poll: Tweak metatable name field
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 06 Oct 2018 18:32:57 +0200 |
parents | 9439:988392a56495 |
children | 9441:116a9d0a295c |
files | util-src/poll.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/util-src/poll.c Sat Oct 06 17:59:23 2018 +0200 +++ b/util-src/poll.c Sat Oct 06 18:32:57 2018 +0200 @@ -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)