summaryrefslogtreecommitdiffstats
path: root/src/map.h
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-05-30 17:47:28 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-05-30 17:47:28 -0400
commit6c316e9ae234a97aa0cf6c240bcf38e35a53ae7c (patch)
treefa5027826c886239c335de26634a41aa23c213eb /src/map.h
parent0f7caba4f8826c71caceaa2970cc40313eec7747 (diff)
downloadslapi-nis-6c316e9ae234a97aa0cf6c240bcf38e35a53ae7c.tar.gz
slapi-nis-6c316e9ae234a97aa0cf6c240bcf38e35a53ae7c.tar.xz
slapi-nis-6c316e9ae234a97aa0cf6c240bcf38e35a53ae7c.zip
- sort out the threading start/stop functions, and add rwlock functions
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map.h b/src/map.h
index 0f712c6..017cb72 100644
--- a/src/map.h
+++ b/src/map.h
@@ -95,4 +95,7 @@ bool_t map_data_foreach_map(struct plugin_state *state, const char *domain_name,
void *backend_data,
void *cbdata),
void *cbdata);
+void map_rdlock(void);
+void map_wrlock(void);
+void map_unlock(void);
#endif