diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2010-05-14 16:47:01 -0400 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2010-05-17 21:31:50 -0400 |
commit | 7f5d32e4df32e08c02d79ae93b2873373c99ea48 (patch) | |
tree | ff74dc6808f395d4c75cce1e5b1dedfffd20cf24 | |
parent | 21ed16c667b5cb29daf2c84eb978a9bde01632ca (diff) |
swig input: Ignore trace_seq_vprintf
There's no point wrapping a vprintf
style function since you cannot pass
varargs from a scripting language,
and it also causes compiler errors.
Acked-by: Darren Hart <dvhltc@us.ibm.com>
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
-rw-r--r-- | ctracecmd.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctracecmd.i b/ctracecmd.i index f0b0eb7..10ade49 100644 --- a/ctracecmd.i +++ b/ctracecmd.i | |||
@@ -33,6 +33,7 @@ PyObject *pevent_read_number_field_py(struct format_field *f, void *data) | |||
33 | } | 33 | } |
34 | %} | 34 | %} |
35 | 35 | ||
36 | %ignore trace_seq_vprintf; | ||
36 | 37 | ||
37 | /* SWIG can't grok these, define them to nothing */ | 38 | /* SWIG can't grok these, define them to nothing */ |
38 | #define __trace | 39 | #define __trace |