]> sourceware.org Git - systemtap.git/commit
stapdyn: hide internal module functions
authorJosh Stone <jistone@redhat.com>
Fri, 10 May 2013 20:09:20 +0000 (13:09 -0700)
committerJosh Stone <jistone@redhat.com>
Fri, 10 May 2013 20:11:38 +0000 (13:11 -0700)
commit76613241d323e89329e7bd11c9eb41747f69d163
tree0455b5ff00566b58e9685555ac8f2138780bf9a2
parentba2740e48ffab66411d18faa85fac9ba55096ec1
stapdyn: hide internal module functions

The header stapdyn.h is only for functions meant to be called from the
stapdyn binary into the module, so stp_dyninst_session_init_finished
shouldn't be there.  Also, all functions that aren't part of stapdyn.h
should be declared with static visibility.
runtime/dyninst/runtime.h
runtime/dyninst/stapdyn.h
runtime/dyninst/transport.c
This page took 0.023908 seconds and 5 git commands to generate.