summaryrefslogtreecommitdiffstats
path: root/src/map.h
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-07-07 19:33:02 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-07-07 19:33:02 -0400
commit929abb23a0d9468ef95a1076bec8e9b7c7c94f6f (patch)
tree03f7186b746452e1970afb553c8ad394c26b3873 /src/map.h
parentd0bc782706b46fad9a293f25ebfbbd9b32503aac (diff)
downloadslapi-nis-929abb23a0d9468ef95a1076bec8e9b7c7c94f6f.tar.gz
slapi-nis-929abb23a0d9468ef95a1076bec8e9b7c7c94f6f.tar.xz
slapi-nis-929abb23a0d9468ef95a1076bec8e9b7c7c94f6f.zip
- clean up the map data at shutdown time
- add a shutdown function to the sch plugin so that it can clean up its cache
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h1
1 files changed, 1 insertions, 0 deletions
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,