From cab4c5011d0dc6d98e2115f46b1185a17804df49 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 30 Jun 2010 13:55:41 -0400 Subject: Add try_inotify option There are some special cases where inotify cannot be used, even if the host OS claims that it is supported. In these cases, it should be possible to explicitly disable the use of inotify. https://fedorahosted.org/sssd/ticket/484 --- src/confdb/confdb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/confdb') diff --git a/src/confdb/confdb.h b/src/confdb/confdb.h index e5a0d9ab9..24b565d29 100644 --- a/src/confdb/confdb.h +++ b/src/confdb/confdb.h @@ -60,6 +60,7 @@ #define CONFDB_MONITOR_ACTIVE_DOMAINS "domains" #define CONFDB_MONITOR_NAME_REGEX "re_expression" #define CONFDB_MONITOR_FULL_NAME_FORMAT "full_name_format" +#define CONFDB_MONITOR_TRY_INOTIFY "try_inotify" /* NSS */ #define CONFDB_NSS_CONF_ENTRY "config/nss" -- cgit