Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ambrop72/badvpn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorambrop7 <ambrop7@1a93d707-3861-5ebc-ad3b-9740d49b5140>2013-03-13 18:53:15 +0400
committerambrop7 <ambrop7@1a93d707-3861-5ebc-ad3b-9740d49b5140>2013-03-13 18:53:15 +0400
commit126a47c586b0ffd9890d32d3b1a8504eba12fc5d (patch)
tree6d518258132312cca06d57a0f7ed10951ebe20f6 /generated
parentc55525c90e54152d8f9489a60da82ad002ceae3c (diff)
ncd: add load_module()
Diffstat (limited to 'generated')
-rw-r--r--generated/blog_channel_ncd_load_module.h4
-rw-r--r--generated/blog_channels_defines.h3
-rw-r--r--generated/blog_channels_list.h1
3 files changed, 7 insertions, 1 deletions
diff --git a/generated/blog_channel_ncd_load_module.h b/generated/blog_channel_ncd_load_module.h
new file mode 100644
index 0000000..c27dddb
--- /dev/null
+++ b/generated/blog_channel_ncd_load_module.h
@@ -0,0 +1,4 @@
+#ifdef BLOG_CURRENT_CHANNEL
+#undef BLOG_CURRENT_CHANNEL
+#endif
+#define BLOG_CURRENT_CHANNEL BLOG_CHANNEL_ncd_load_module
diff --git a/generated/blog_channels_defines.h b/generated/blog_channels_defines.h
index 35424b0..d89dc86 100644
--- a/generated/blog_channels_defines.h
+++ b/generated/blog_channels_defines.h
@@ -142,4 +142,5 @@
#define BLOG_CHANNEL_ncd_getenv 141
#define BLOG_CHANNEL_BThreadSignal 142
#define BLOG_CHANNEL_BLockReactor 143
-#define BLOG_NUM_CHANNELS 144
+#define BLOG_CHANNEL_ncd_load_module 144
+#define BLOG_NUM_CHANNELS 145
diff --git a/generated/blog_channels_list.h b/generated/blog_channels_list.h
index aa13ce0..c903c0f 100644
--- a/generated/blog_channels_list.h
+++ b/generated/blog_channels_list.h
@@ -142,3 +142,4 @@
{"ncd_getenv", 4},
{"BThreadSignal", 4},
{"BLockReactor", 4},
+{"ncd_load_module", 4},