From ba5cd7267a9bd21e1241afbf44f454ae11b46b29 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka <valenok@gmail.com> Date: Mon, 28 Apr 2014 15:04:39 +0100 Subject: [PATCH] Added MONGOOSE_SEND_NS_EVENTS to the embedding doc --- docs/Embed.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Embed.md b/docs/Embed.md index fa95b3da4..92f1fa6c4 100644 --- a/docs/Embed.md +++ b/docs/Embed.md @@ -175,3 +175,5 @@ all Net Skeleton functions will be available too. -DNS_STACK_SIZE=X Sets stack size to X for ns_start_thread() -DNS_DISABLE_THREADS Disable threads support -DNS_DISABLE_SOCKETPAIR For systems without loopback interface + -DMONGOOSE_SEND_NS_EVENTS Send Net Skeleton events to the event handler + in addition to the Mongoose events -- GitLab