From: Howard Chu Date: Thu, 15 Sep 2011 03:33:09 +0000 (-0700) Subject: Doc tweak - txn flags X-Git-Tag: OPENLDAP_REL_ENG_2_4_27~148^2~31 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2c033676ea481f3f84b843c09c81295d0d30a46d;p=openldap Doc tweak - txn flags --- diff --git a/libraries/libmdb/mdb.c b/libraries/libmdb/mdb.c index a336ab8dc2..8cf7ac28b6 100644 --- a/libraries/libmdb/mdb.c +++ b/libraries/libmdb/mdb.c @@ -732,9 +732,14 @@ struct MDB_txn { */ MDB_dbi mt_numdbs; +/** @defgroup mdb_txn Transaction Flags + * @ingroup internal + * @{ + */ #define MDB_TXN_RDONLY 0x01 /**< read-only transaction */ #define MDB_TXN_ERROR 0x02 /**< an error has occurred */ - unsigned int mt_flags; +/** @} */ + unsigned int mt_flags; /**< @ref mdb_txn */ /** Tracks which of the two meta pages was used at the start * of this transaction. */