From f1bad60c76d79f01a87e4128df266bf4252a71e0 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 2 Nov 2006 18:37:00 +0000 Subject: New dynamic module and symbol handling code. --- session.h | 1 + 1 file changed, 1 insertion(+) (limited to 'session.h') diff --git a/session.h b/session.h index 95d97155..0a0bfb8a 100644 --- a/session.h +++ b/session.h @@ -92,6 +92,7 @@ struct systemtap_session bool merge; int buffer_size; unsigned perfmon; + bool symtab; // Cache data bool use_cache; -- cgit