Author: adrian.chadd
Date: Mon Apr 20 07:47:17 2009
New Revision: 13956

Modified:
    branches/LUSCA_HEAD/src/ufs_utils.c
    branches/LUSCA_HEAD/src/ufs_utils.h

Log:
Comment stuff


Modified: branches/LUSCA_HEAD/src/ufs_utils.c
==============================================================================
--- branches/LUSCA_HEAD/src/ufs_utils.c (original)
+++ branches/LUSCA_HEAD/src/ufs_utils.c Mon Apr 20 07:47:17 2009
@@ -1,6 +1,10 @@
  #include "squid.h"
  #include "ufs_utils.h"

+
+/*
+ * ufs_swaplog routines
+ */
  static int
  ufs_swaplog_grow(ufs_swaplog_t *el, int newsize)
  {

Modified: branches/LUSCA_HEAD/src/ufs_utils.h
==============================================================================
--- branches/LUSCA_HEAD/src/ufs_utils.h (original)
+++ branches/LUSCA_HEAD/src/ufs_utils.h Mon Apr 20 07:47:17 2009
@@ -6,17 +6,14 @@
        int count;
        int size;
  };
-
  typedef struct _ufsSwapLogEntryList ufs_swaplog_t;

+/* Swaplog */
  extern void ufs_swaplog_init(ufs_swaplog_t *el);
  extern int ufs_swaplog_append(ufs_swaplog_t *el, StoreEntry *e, int op);
  extern void ufs_swaplog_done(ufs_swaplog_t *el);
-
  extern size_t ufs_swaplog_getarray_count(ufs_swaplog_t *el);
  extern size_t ufs_swaplog_getarray_buf_totalsize(ufs_swaplog_t *el);
  extern storeSwapLogData * ufs_swaplog_take_buffer(ufs_swaplog_t *el);
-
-

  #endif

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