Author: adrian.chadd
Date: Thu Jul  9 21:04:15 2009
New Revision: 14170

Modified:
    playpen/LUSCA_HEAD_storework/libsqstore/store_log.h

Log:
Add in the basic progress data



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 Thu Jul  9 21:04:15  
2009
@@ -42,6 +42,12 @@
  };
  typedef struct _storeSwapLogCompleted storeSwapLogCompleted;

+struct _storeSwapLogProgress {
+       char op;
+       u_int32_t progress;             /* This is percent * 100; so from 0 -> 
100,000 */
+};
+typedef struct _storeSwapLogProgress storeSwapLogProgress;
+
  struct _storeSwapLogDataOld {
      char op;
      sfileno swap_filen;

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