webmcp

annotate framework/env/trace/disable.lua @ 372:32b64f641761

Workaround for issue with noncompliant (_GNU_SOURCE) strerror_r() implementation
author jbe
date Sat Aug 22 18:19:11 2015 +0200 (2015-08-22)
parents 0bbfee4d4aed
children
rev   line source
jbe@41 1 --[[--
jbe@41 2 trace.disable()
jbe@41 3
jbe@41 4 This function disables the trace system. Re-enabling the trace system is not possible.
jbe@41 5
jbe@41 6 --]]--
jbe@41 7
jbe@41 8 function trace.disable()
jbe@41 9 trace._disabled = true
jbe@41 10 end

Impressum / About Us