]> sourceware.org Git - systemtap.git/commit
stapdyn: Remove the _stp_out copy of stdout
authorJosh Stone <jistone@redhat.com>
Tue, 21 May 2013 23:18:56 +0000 (16:18 -0700)
committerJosh Stone <jistone@redhat.com>
Tue, 21 May 2013 23:18:56 +0000 (16:18 -0700)
commitd27d4113b1a209b509798cd9094616da5381a4e4
tree559e09d0be75d1b18d5fe2422e7ab3f021a931ef
parent3e23c93d1f9e07c91fdd9c9d4d0c22a6cba069b9
stapdyn: Remove the _stp_out copy of stdout

With the transport in place, the only remaining use of _stp_out was for
that transport thread to get its out_fd.  This thread runs within
stapdyn, and we know we'll keep our stdout intact, so _stp_out is no
longer necessary.  Just set out_fd to STDOUT_FILENO, and be prepared for
this to be a -o file (PR14791).
runtime/dyninst/io.c
runtime/dyninst/runtime.h
runtime/dyninst/transport.c
This page took 0.026225 seconds and 5 git commands to generate.