Changeset 1768
- Timestamp:
- 03/28/07 21:44:07 (22 months ago)
- Files:
-
- 1 modified
-
trunk/src/common/cache.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/cache.h
r1757 r1768 81 81 u_int16_t packets_per_byte; 82 82 u_int16_t comment_len; /* how long is the user comment? */ 83 } ;83 } __attribute__((__packed__)); 84 84 85 85 typedef struct tcpr_cache_file_hdr_s tcpr_cache_file_hdr_t;
