summaryrefslogtreecommitdiff
path: root/lib/backend/dbi.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-04-01 11:47:15 +0300
committerPanu Matilainen <pmatilai@redhat.com>2010-04-01 11:47:15 +0300
commit7b666ce208f9a5bccfb22e11645bc6e3af884776 (patch)
tree5a420fdf6cf0c92a6a434dacd3331e3f03a9a62b /lib/backend/dbi.h
parentf30e6d409a19a943224d6697a06dd1996bc61d72 (diff)
downloadlibrpm-tizen-7b666ce208f9a5bccfb22e11645bc6e3af884776.tar.gz
librpm-tizen-7b666ce208f9a5bccfb22e11645bc6e3af884776.tar.bz2
librpm-tizen-7b666ce208f9a5bccfb22e11645bc6e3af884776.zip
Rename the dbi access method member dbi_type -> dbi_dbtype
- make it more obvious what it is
Diffstat (limited to 'lib/backend/dbi.h')
-rw-r--r--lib/backend/dbi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/backend/dbi.h b/lib/backend/dbi.h
index d1dcb9ea0..25b08536c 100644
--- a/lib/backend/dbi.h
+++ b/lib/backend/dbi.h
@@ -16,7 +16,7 @@ struct _dbiIndex {
int dbi_oflags; /*!< db->open flags */
int dbi_tflags; /*!< dbenv->txn_begin flags */
- int dbi_type; /*!< db index type */
+ DBTYPE dbi_dbtype; /*!< db index type */
unsigned dbi_mode; /*!< mode to use on open */
int dbi_perms; /*!< file permission to use on open */