From 929abb23a0d9468ef95a1076bec8e9b7c7c94f6f Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mon, 7 Jul 2008 19:33:02 -0400 Subject: - clean up the map data at shutdown time - add a shutdown function to the sch plugin so that it can clean up its cache --- src/map.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index e7d0f52..1f1d85d 100644 --- a/src/map.h +++ b/src/map.h @@ -26,6 +26,7 @@ struct slapi_pblock; /* Functions to pull data out of maps. */ int map_startup(struct plugin_state *state); int map_init(struct slapi_pblock *pb, struct plugin_state *state); +void map_done(struct plugin_state *state); int map_master_name(struct plugin_state *state, const char **master); bool_t map_supports_domain(struct plugin_state *state, const char *domain, -- cgit