]> sourceware.org Git - systemtap.git/commit - tapsets.cxx
Fix regression in tracepoint unregistration
authorJosh Stone <jistone@redhat.com>
Tue, 17 Mar 2009 01:13:07 +0000 (18:13 -0700)
committerJosh Stone <jistone@redhat.com>
Tue, 17 Mar 2009 01:13:07 +0000 (18:13 -0700)
commit86758d5f2b838d5769c7ace15269a4ebc422f94a
tree3375d4bf158454b71db41a5cc2ccfaa7a5752110
parent5d369d06fa39e4769fb3364ba29f588f3d995c24
Fix regression in tracepoint unregistration

Commit 96b030fe reorganized the tracepoint registration calls by
creating generic wrappers that return int.  However, the older
tracepoint implementation (as found in RHEL5.3) returned void for unreg,
so this was failing pass-4.

Since we can't handle unregistration failures anyway, this change just
makes the generic unregister function return void instead.  As noted in
the newly-added comment, it should be safe for us to ignore unreg
failures.
tapsets.cxx
This page took 0.027015 seconds and 5 git commands to generate.