diff options
Diffstat (limited to 'src/plugin.h')
| -rw-r--r-- | src/plugin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugin.h b/src/plugin.h index 7119135..4d62cf3 100644 --- a/src/plugin.h +++ b/src/plugin.h @@ -1,5 +1,5 @@ /* - * Copyright 2008 Red Hat, Inc. + * Copyright 2008,2012 Red Hat, Inc. * * This Program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -32,6 +32,7 @@ struct plugin_state { char *plugin_base; Slapi_ComponentId *plugin_identity; Slapi_PluginDesc *plugin_desc; + int use_be_txns: 1; /* NIS-specific data. */ struct wrapped_thread *tid; |
