BIND 10 jinmei-shmem, updated. 9ddcfaf3a511264054bfa76a9f2fb223363e370a [jinmei-shmem] added mmap related config items, just for hints

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Oct 17 06:41:21 UTC 2012


The branch, jinmei-shmem has been updated
       via  9ddcfaf3a511264054bfa76a9f2fb223363e370a (commit)
      from  376fcc472e032a1242f546bd8c550b9046946fa8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9ddcfaf3a511264054bfa76a9f2fb223363e370a
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Oct 16 23:41:07 2012 -0700

    [jinmei-shmem] added mmap related config items, just for hints

-----------------------------------------------------------------------

Summary of changes:
 src/bin/cfgmgr/plugins/datasrc.spec.pre.in |   12 ++++++++++++
 1 file changed, 12 insertions(+)

-----------------------------------------------------------------------
diff --git a/src/bin/cfgmgr/plugins/datasrc.spec.pre.in b/src/bin/cfgmgr/plugins/datasrc.spec.pre.in
index f2c6a97..8e4eb62 100644
--- a/src/bin/cfgmgr/plugins/datasrc.spec.pre.in
+++ b/src/bin/cfgmgr/plugins/datasrc.spec.pre.in
@@ -42,6 +42,18 @@
                                 "item_default": ""
                             },
                             {
+                                "item_name": "segment-type",
+                                "item_type": "string",
+                                "item_optional": true,
+                                "item_default": "local"
+                            },
+                            {
+                                "item_name": "mmap-file",
+                                "item_type": "string",
+                                "item_optional": true,
+                                "item_default": ""
+                            },
+                            {
                                 "item_name": "params",
                                 "item_type": "any",
                                 "item_optional": false,



More information about the bind10-changes mailing list