summaryrefslogtreecommitdiffstats
path: root/src/back-shr.h
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2012-01-09 15:02:20 -0500
committerNalin Dahyabhai <nalin@redhat.com>2012-01-09 15:02:20 -0500
commitd4e45d47a737b3af775c62a8ed50c5e646829284 (patch)
tree8e72a8fc0fc560080b2edd58003091ea095ddf0e /src/back-shr.h
parentec00275ed1173caac8bc1f5b5a1a45d9c3bb25a5 (diff)
downloadslapi-nis-d4e45d47a737b3af775c62a8ed50c5e646829284.tar.gz
slapi-nis-d4e45d47a737b3af775c62a8ed50c5e646829284.tar.xz
slapi-nis-d4e45d47a737b3af775c62a8ed50c5e646829284.zip
- most of what's needed to hook back-end txn postoperations, except for the passing the TXN ID around, which means we deadlock if we actually do it
Diffstat (limited to 'src/back-shr.h')
-rw-r--r--src/back-shr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/back-shr.h b/src/back-shr.h
index e0b21b9..4e56605 100644
--- a/src/back-shr.h
+++ b/src/back-shr.h
@@ -36,6 +36,9 @@ void backend_shr_add_strlist(char ***strlist, const char *item);
void backend_shr_startup(struct plugin_state *state, const char *set_filter);
int backend_shr_postop_init(Slapi_PBlock *pb, struct plugin_state *state);
int backend_shr_internal_postop_init(Slapi_PBlock *pb, struct plugin_state *state);
+#ifdef USE_SLAPI_BE_TXNS
+int backend_shr_be_txn_postop_init(Slapi_PBlock *pb, struct plugin_state *state);
+#endif
int backend_shr_set_config_entry_add(struct plugin_state *state,
Slapi_Entry *e,