mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Added pragma checks
This commit is contained in:
parent
9a7eb9aad2
commit
fc79e6b02f
4 changed files with 26 additions and 1 deletions
|
|
@ -2,6 +2,14 @@
|
|||
-- (C) 2014-24 - ntop.org
|
||||
--
|
||||
|
||||
if(pragma_once_lua_utils_generic == true) then
|
||||
-- io.write(debug.traceback().."\n")
|
||||
-- avoid multiple inclusions
|
||||
return
|
||||
end
|
||||
|
||||
pragma_once_lua_utils_generic = true
|
||||
|
||||
local clock_start = os.clock()
|
||||
|
||||
-- GENERIC UTILS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue