Author: adrian.chadd
Date: Wed Jul  8 03:38:01 2009
New Revision: 14155

Modified:
    playpen/LUSCA_HEAD_storework/libsqstore/store_log.h

Log:
Add in some new swaplog ops.



Modified: playpen/LUSCA_HEAD_storework/libsqstore/store_log.h
==============================================================================
--- playpen/LUSCA_HEAD_storework/libsqstore/store_log.h (original)
+++ playpen/LUSCA_HEAD_storework/libsqstore/store_log.h Wed Jul  8 03:38:01  
2009
@@ -6,6 +6,9 @@
      SWAP_LOG_ADD,
      SWAP_LOG_DEL,
      SWAP_LOG_VERSION,
+    SWAP_LOG_PROGRESS,         /* XXX to be later defined */
+    SWAP_LOG_COMPLETED,                /* XXX to be later defined */
+    SWAP_LOG_ERROR,            /* XXX to be later defined */
      SWAP_LOG_MAX
  } swap_log_op;

@@ -33,6 +36,11 @@
      int record_size;
  };
  typedef struct _storeSwapLogHeader storeSwapLogHeader;
+
+struct _storeSwapLogCompleted {
+       char op;
+};
+typedef struct _storeSwapLogCompleted storeSwapLogCompleted;

  struct _storeSwapLogDataOld {
      char op;

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to