summaryrefslogtreecommitdiff
path: root/include/asterisk/config.h
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2010-07-20 19:35:02 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2010-07-20 19:35:02 +0000
commitb4e18d5660fcc13b97cd4682ff48e33aa9d15d83 (patch)
tree14b50e57a2595242548184d532cbeeedf416020a /include/asterisk/config.h
parent293bdffe709fc7d37139b0b9be6b67193d621b51 (diff)
Add load priority order, such that preload becomes unnecessary in most cases
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@278132 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/config.h')
-rw-r--r--include/asterisk/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/config.h b/include/asterisk/config.h
index c5f79730d..f7279f141 100644
--- a/include/asterisk/config.h
+++ b/include/asterisk/config.h
@@ -43,6 +43,8 @@ enum {
CONFIG_FLAG_FILEUNCHANGED = (1 << 1),
/*! Don't attempt to cache mtime on this config file. */
CONFIG_FLAG_NOCACHE = (1 << 2),
+ /*! Don't attempt to load from realtime (typically called from a realtime driver dependency) */
+ CONFIG_FLAG_NOREALTIME = (1 << 3),
};
#define CONFIG_STATUS_FILEMISSING (void *)0