Changeset 1768

Show
Ignore:
Timestamp:
03/28/07 21:44:07 (22 months ago)
Author:
aturner
Message:

need to pack the cache file header. Seems ok under osx/linux, but
windows pads things out. refs #110

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/cache.h

    r1757 r1768  
    8181    u_int16_t packets_per_byte; 
    8282    u_int16_t comment_len;      /* how long is the user comment? */ 
    83 }; 
     83} __attribute__((__packed__)); 
    8484 
    8585typedef struct tcpr_cache_file_hdr_s tcpr_cache_file_hdr_t;