~ubuntu-branches/debian/sid/varnish/sid

« back to all changes in this revision

Viewing changes to bin/varnishtop/varnishtop.c

  • Committer: Bazaar Package Importer
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2011-03-21 10:16:07 UTC
  • mfrom: (24.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20110321101607-528fzl583fqanas5
Tags: 2.1.5-2
ReleaseĀ forĀ unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#include "config.h"
34
34
 
35
35
#include "svnid.h"
36
 
SVNID("$Id: varnishtop.c 4530 2010-02-03 08:40:23Z tfheen $")
 
36
SVNID("$Id$")
37
37
 
38
38
#include <ctype.h>
39
39
#include <curses.h>
55
55
#include "varnishapi.h"
56
56
 
57
57
struct top {
58
 
        unsigned char           rec[4];
 
58
        unsigned char           rec[SHMLOG_DATA-1];
59
59
        unsigned char           *rec_data;
60
60
        unsigned                clen;
61
61
        unsigned                hash;