Author: adrian.chadd
Date: Tue Apr 21 02:25:02 2009
New Revision: 13964
Modified:
branches/LUSCA_HEAD/libsqstore/store_mgr.h
branches/LUSCA_HEAD/src/defines.h
Log:
Move some more stuff out so it can be reused.
Modified: branches/LUSCA_HEAD/libsqstore/store_mgr.h
==============================================================================
--- branches/LUSCA_HEAD/libsqstore/store_mgr.h (original)
+++ branches/LUSCA_HEAD/libsqstore/store_mgr.h Tue Apr 21 02:25:02 2009
@@ -1,6 +1,9 @@
#ifndef __LIBSQSTORE_STORE_MGR_H__
#define __LIBSQSTORE_STORE_MGR_H__
+#define STORE_META_OK 0x03
+#define STORE_META_DIRTY 0x04
+#define STORE_META_BAD 0x05
typedef unsigned int store_status_t;
typedef unsigned int mem_status_t;
Modified: branches/LUSCA_HEAD/src/defines.h
==============================================================================
--- branches/LUSCA_HEAD/src/defines.h (original)
+++ branches/LUSCA_HEAD/src/defines.h Tue Apr 21 02:25:02 2009
@@ -141,10 +141,6 @@
#define VIEWEXCLUDED 2
#endif
-#define STORE_META_OK 0x03
-#define STORE_META_DIRTY 0x04
-#define STORE_META_BAD 0x05
-
#define STORE_META_KEY STORE_META_KEY_MD5
#define STORE_META_TLD_START sizeof(int)+sizeof(char)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---