commit | 9e7e3ea991bc8b4fb16b268d2268747059ddd993 | [log] [tgz] |
---|---|---|
author | Thierry Fournier <tfournier@arpalert.org> | Wed Jan 27 09:55:30 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Feb 12 11:08:53 2016 +0100 |
tree | 16368d06fb29f916937c76cc607fa4d31a410b94 | |
parent | 1550d5d035d87cdbd0f7041192c9dd2dd2aba03d [diff] |
MINOR: lua: move common function This patch moves the function hlua_checkudata which check that an object contains the expected class_reference as metatable. This function is commonly used by all the lua functions. The function hlua_metatype is also moved.