summaryrefslogtreecommitdiff
path: root/src/repopage.h
diff options
context:
space:
mode:
authorMichael Schroeder <mls@suse.de>2011-05-27 15:20:30 +0200
committerMichael Schroeder <mls@suse.de>2011-05-27 15:20:30 +0200
commitdce68bc52efd74b909bb5695aa0760682ab1bcbb (patch)
treebda73f4a3c14540aaee7b5e9c44bba20052a2d87 /src/repopage.h
parent5a58bca626529eaadd9f25eeab1fa63752449a39 (diff)
downloadlibsolv-dce68bc52efd74b909bb5695aa0760682ab1bcbb.tar.gz
libsolv-dce68bc52efd74b909bb5695aa0760682ab1bcbb.tar.bz2
libsolv-dce68bc52efd74b909bb5695aa0760682ab1bcbb.zip
- name BLOB defines to REPOPAGE
Diffstat (limited to 'src/repopage.h')
-rw-r--r--src/repopage.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/repopage.h b/src/repopage.h
index 2c1847f..94f6763 100644
--- a/src/repopage.h
+++ b/src/repopage.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2007-2008, Novell Inc.
+ * Copyright (c) 2007-2011, Novell Inc.
*
* This program is licensed under the BSD license, read LICENSE.BSD
* for further information
@@ -8,13 +8,13 @@
#ifndef LIBSOLV_REPOPAGE_H
#define LIBSOLV_REPOPAGE_H
-#define BLOB_PAGEBITS 15
-#define BLOB_PAGESIZE (1 << BLOB_PAGEBITS)
+#define REPOPAGE_BLOBBITS 15
+#define REPOPAGE_BLOBSIZE (1 << REPOPAGE_BLOBBITS)
typedef struct _Attrblobpage
{
/* mapped_at == -1 --> not loaded, otherwise offset into
- store->blob_store. The size of the mapping is BLOB_PAGESIZE
+ store->blob_store. The size of the mapping is REPOPAGE_BLOBSIZE
except for the last page. */
unsigned int mapped_at;
long file_offset;