summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb_autofs.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-12-15 13:19:04 +0100
committerJakub Hrozek <jhrozek@redhat.com>2012-12-18 17:25:34 +0100
commitba153306e0e551731a3ee2c31c26cd1d63052ff8 (patch)
tree4463a76e866ce375ce0bf8a89019cd7dc65f63ac /src/db/sysdb_autofs.h
parent6ab9f4763b516c3a7cdc021f501f276dd805fc97 (diff)
downloadsssd-ba153306e0e551731a3ee2c31c26cd1d63052ff8.tar.gz
sssd-ba153306e0e551731a3ee2c31c26cd1d63052ff8.tar.xz
sssd-ba153306e0e551731a3ee2c31c26cd1d63052ff8.zip
SYSDB: Add API to invalidate all map objects
This sysdb API will be used later to invalidate the autofs maps
Diffstat (limited to 'src/db/sysdb_autofs.h')
-rw-r--r--src/db/sysdb_autofs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/db/sysdb_autofs.h b/src/db/sysdb_autofs.h
index c4b5253ab..8c8d0f560 100644
--- a/src/db/sysdb_autofs.h
+++ b/src/db/sysdb_autofs.h
@@ -78,4 +78,7 @@ sysdb_set_autofsmap_attr(struct sysdb_ctx *sysdb,
struct sysdb_attrs *attrs,
int mod_op);
+errno_t
+sysdb_invalidate_autofs_maps(struct sysdb_ctx *sysdb);
+
#endif /* _SYSDB_AUTOFS_H_ */