version 1.8, 2006/01/03 22:12:25
|
version 1.8.2.5, 2010/04/13 20:23:46
|
Line 1
|
Line 1
|
/* seqmod.c - sequenced modifies */ |
/* seqmod.c - sequenced modifies */ |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
* |
* |
* Copyright 2004-2006 The OpenLDAP Foundation. |
* Copyright 2004-2010 The OpenLDAP Foundation. |
* All rights reserved. |
* All rights reserved. |
* |
* |
* Redistribution and use in source and binary forms, with or without |
* Redistribution and use in source and binary forms, with or without |
Line 22
|
Line 22
|
#ifdef SLAPD_OVER_SEQMOD |
#ifdef SLAPD_OVER_SEQMOD |
|
|
#include "slap.h" |
#include "slap.h" |
|
#include "config.h" |
|
|
/* This overlay serializes concurrent attempts to modify a single entry */ |
/* This overlay serializes concurrent attempts to modify a single entry */ |
|
|
Line 139 seqmod_op_extended(
|
Line 140 seqmod_op_extended(
|
|
|
static int |
static int |
seqmod_db_open( |
seqmod_db_open( |
BackendDB *be |
BackendDB *be, |
|
ConfigReply *cr |
) |
) |
{ |
{ |
slap_overinst *on = (slap_overinst *)be->bd_info; |
slap_overinst *on = (slap_overinst *)be->bd_info; |
Line 155 seqmod_db_open(
|
Line 157 seqmod_db_open(
|
|
|
static int |
static int |
seqmod_db_close( |
seqmod_db_close( |
BackendDB *be |
BackendDB *be, |
|
ConfigReply *cr |
) |
) |
{ |
{ |
slap_overinst *on = (slap_overinst *)be->bd_info; |
slap_overinst *on = (slap_overinst *)be->bd_info; |