Author: adrian.chadd
Date: Sat Apr 25 03:42:39 2009
New Revision: 13981

Modified:
    branches/LUSCA_HEAD/libsqstore/store_log.h
    branches/LUSCA_HEAD/src/typedefs.h

Log:
Shuffle the store swaplog typedefs out into libsqstore/store_log.h



Modified: branches/LUSCA_HEAD/libsqstore/store_log.h
==============================================================================
--- branches/LUSCA_HEAD/libsqstore/store_log.h  (original)
+++ branches/LUSCA_HEAD/libsqstore/store_log.h  Sat Apr 25 03:42:39 2009
@@ -25,12 +25,14 @@
      u_short flags;
      unsigned char key[SQUID_MD5_DIGEST_LENGTH];
  };
+typedef struct _storeSwapLogData storeSwapLogData;

  struct _storeSwapLogHeader {
      char op;
      int version;
      int record_size;
  };
+typedef struct _storeSwapLogHeader storeSwapLogHeader;

  #if SIZEOF_SQUID_FILE_SZ != SIZEOF_SIZE_T
  struct _storeSwapLogDataOld {
@@ -45,6 +47,7 @@
      u_short flags;
      unsigned char key[SQUID_MD5_DIGEST_LENGTH];
  };
+typedef struct _storeSwapLogDataOld storeSwapLogDataOld;
  #endif

  extern const char * swap_log_op_str[];

Modified: branches/LUSCA_HEAD/src/typedefs.h
==============================================================================
--- branches/LUSCA_HEAD/src/typedefs.h  (original)
+++ branches/LUSCA_HEAD/src/typedefs.h  Sat Apr 25 03:42:39 2009
@@ -116,9 +116,6 @@
  typedef struct _refresh_cc refresh_cc;
  typedef struct _ErrorState ErrorState;
  typedef struct _StatCounters StatCounters;
-typedef struct _storeSwapLogData storeSwapLogData;
-typedef struct _storeSwapLogDataOld storeSwapLogDataOld;
-typedef struct _storeSwapLogHeader storeSwapLogHeader;
  typedef struct _authConfig authConfig;
  typedef struct _cacheSwap cacheSwap;
  typedef struct _ClientInfo ClientInfo;

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