~ubuntu-branches/ubuntu/trusty/varnish/trusty-proposed

« back to all changes in this revision

Viewing changes to include/vsm.h

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen, Stig Sandbeck Mathisen, Michael Stapelberg
  • Date: 2013-06-29 16:20:51 UTC
  • mfrom: (0.1.17)
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: package-import@ubuntu.com-20130629162051-pp27htm7de22k4ow
[ Stig Sandbeck Mathisen ]
* New upstream release
* Add dep8 tests.
  Thanks to Yolanda Robla <yolanda.robla@canonical.com> (Closes: #710001)
* Advertise "reload" in the init script help (Closes: #710525)

[ Michael Stapelberg ]
* use dh-systemd for proper systemd-related maintscripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
        unsigned                state;
51
51
        char                    class[8];
52
52
        char                    type[8];
53
 
        char                    ident[64];
 
53
        char                    ident[128];
54
54
};
55
55
 
56
56
#define VSM_NEXT(sha)           ((void*)((uintptr_t)(sha) + (sha)->len))