Skip to content

Instantly share code, notes, and snippets.

@alanmackenzie
alanmackenzie / default.c
Created May 28, 2012 16:52 — forked from jelder/newrelic.h
Add X-Request-Start header so we can track queue times in New Relic RPM beginning at Varnish. - Fixed for Varnish 3.0.2-1 on Ubuntu.
/*
* In varnish 3.0 the includes must be outside a subroutine.
*/
C{
#include <stddef.h>
#include <sys/time.h>
}C