]> err.no Git - varnish/commit
Copy mgt_event.[ch] from varnishd into libvarnish and give it the
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 11 Jul 2008 21:33:26 +0000 (21:33 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 11 Jul 2008 21:33:26 +0000 (21:33 +0000)
commit0b8b8d342f43726a44e9c842695ef4fb12a2140a
treec689c9c072297d1218a785a46fb49b8227c02450
parentef40077cd779e3a68323d50617cac4d80a63fdd5
Copy mgt_event.[ch] from varnishd into libvarnish and give it the
prefix "VEV".

This is a general purpose eventmanager and as such should live in
the library where other programs can get at it.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2939 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/include/Makefile.am
varnish-cache/include/vev.h [new file with mode: 0644]
varnish-cache/lib/libvarnish/Makefile.am
varnish-cache/lib/libvarnish/vev.c [new file with mode: 0644]