diff options
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cache.h b/cache.h new file mode 100644 index 00000000..9c171c42 --- /dev/null +++ b/cache.h @@ -0,0 +1,2 @@ +void add_to_cache(systemtap_session& s); +bool get_from_cache(systemtap_session& s); |