Changeset 4530
- Timestamp:
- 02/03/10 09:40:23 (6 months ago)
- Files:
-
- 1 modified
-
trunk/varnish-cache/bin/varnishtop/varnishtop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/varnish-cache/bin/varnishtop/varnishtop.c
r4358 r4530 277 277 printf("%9.2f %s %*.*s\n", 278 278 tp->count, VSL_tags[tp->rec[SHMLOG_TAG]], 279 len, len, tp->rec + SHMLOG_DATA);279 len, len, tp->rec_data); 280 280 } 281 281 }
