From 06cb67c391dd8c2b1542a7d87fb5568fdad448cb Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Sat, 15 Dec 2012 13:20:30 +0100 Subject: DP: invalidate all cached maps if a request for auto.master comes in If the Data Provider receives a request for the auto.master map, it passes on a flag to let the actual provider let know he should invalidate the existing maps --- src/providers/dp_backend.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/providers/dp_backend.h') diff --git a/src/providers/dp_backend.h b/src/providers/dp_backend.h index 357d5891..58a9b749 100644 --- a/src/providers/dp_backend.h +++ b/src/providers/dp_backend.h @@ -169,6 +169,7 @@ struct be_sudo_req { struct be_autofs_req { char *mapname; + bool invalidate; }; struct be_subdom_req { -- cgit