summaryrefslogtreecommitdiff
path: root/lib/tdb2/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tdb2/private.h')
-rw-r--r--lib/tdb2/private.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/tdb2/private.h b/lib/tdb2/private.h
index fd848cf65b..f2e458cdf9 100644
--- a/lib/tdb2/private.h
+++ b/lib/tdb2/private.h
@@ -348,6 +348,9 @@ struct tdb_context {
void *data);
void *log_data;
+ /* Last error we returned. */
+ enum TDB_ERROR last_error;
+
/* Open flags passed to tdb_open. */
int open_flags;
@@ -387,9 +390,6 @@ struct tdb_context {
/* Direct access information */
struct tdb_access_hdr *access;
- /* Last error we returned. */
- enum TDB_ERROR last_error;
-
/* The actual file information */
struct tdb_file *file;
};