summaryrefslogtreecommitdiffstats
path: root/cache.h
blob: 89f44a43b053cc5b11c15a102b78f762e789d4e6 (plain)
1
2
3
4
void add_to_cache(systemtap_session& s);
bool get_from_cache(systemtap_session& s);

/* vim: set sw=2 ts=8 cino=>4,n-2,{2,^-2,t0,(0,u0,w1,M1 : */