From d90053e72a515371936e10bf83ecb822aec91b17 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 21 Apr 2009 12:08:42 -0700 Subject: Refine the @cast-with-header syntax The special syntax to generate a module for type information is now: - "kernel" to use the kernel's build environment - "" to use no special build environment, and so use gcc's default parameters only (for user mode). --- buildrun.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'buildrun.h') diff --git a/buildrun.h b/buildrun.h index fb33b4c8..7fa4ccfc 100644 --- a/buildrun.h +++ b/buildrun.h @@ -14,9 +14,9 @@ int compile_pass (systemtap_session& s); int run_pass (systemtap_session& s); -int make_tracequery(systemtap_session& s, std::string& name, const std::vector& extra_headers); -int make_typequery_kmod(systemtap_session& s, const std::string& header, std::string& name); -int make_typequery_umod(systemtap_session& s, const std::string& header, std::string& name); +int make_tracequery(systemtap_session& s, std::string& name, + const std::vector& extra_headers); +int make_typequery(systemtap_session& s, std::string& module); #endif // BUILDRUN_H -- cgit