1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-07 14:06:33 +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

@@ -22,7 +22,8 @@
#define NSE_MAIN "NSE_MAIN" /* the main function */
#define NSE_TRACEBACK "NSE_TRACEBACK"
/* string keys used in interface with nse_main.lua */
/* These are indices into the registry, for data shared with nse_main.lua. The
definitions here must match those in nse_main.lua. */
#define NSE_YIELD "NSE_YIELD"
#define NSE_BASE "NSE_BASE"
#define NSE_WAITING_TO_RUNNING "NSE_WAITING_TO_RUNNING"