From 7471ea1f77971b814bc366a3e09d99aaddcfb0f7 Mon Sep 17 00:00:00 2001 From: Rajan Arora Date: Mon, 1 Dec 2008 02:06:51 -0500 Subject: BZ 5892: Add stap -B to sic systemtap at an alternate kernel build tree --- session.h | 1 + 1 file changed, 1 insertion(+) (limited to 'session.h') diff --git a/session.h b/session.h index 0a1e6fc4..e6b409cf 100644 --- a/session.h +++ b/session.h @@ -81,6 +81,7 @@ struct systemtap_session std::vector args; std::string kernel_release; std::string kernel_base_release; + std::string kernel_build_tree; std::string architecture; std::string runtime_path; std::string data_path; -- cgit