1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-29 02:49:01 +00:00

Add a comment explaining how the NSE_YIELD, NSE_DESTRUCTOR et al.

registry keys are used.
This commit is contained in:
david
2009-07-09 22:56:04 +00:00
parent e42d963ec1
commit 47e79670b6
2 changed files with 3 additions and 1 deletions

View File

@@ -32,6 +32,7 @@
local NAME = "NSE";
-- String keys into the registry (_R), for data shared with nse_main.cc.
local YIELD = "NSE_YIELD";
local BASE = "NSE_BASE";
local WAITING_TO_RUNNING = "NSE_WAITING_TO_RUNNING";