]> sourceware.org Git - systemtap.git/commit
2006-02-25 Martin Hunt <hunt@redhat.com>
authorhunt <hunt>
Sat, 25 Feb 2006 10:18:39 +0000 (10:18 +0000)
committerhunt <hunt>
Sat, 25 Feb 2006 10:18:39 +0000 (10:18 +0000)
commita78b2748049f260f365a3161d3aea0b8f9499a2d
tree8c8ec813326783a476aabfb1feb0445690a0eb91
parent16c6a28c4d17feda8acc4c52b010968a6719a66f
2006-02-25  Martin Hunt  <hunt@redhat.com>

* procfs.c (_stp_proc_write_cmd): Check return code for
_stp_transport_open().

* transport.c (_stp_transport_write): This function
can now sleep because it is
(_stp_handle_start): Don't use a mutex when a simple atomic
will do.
(_stp_work_queue): Check atomic to see if probe_start()
has finished before attempting exit.
(_stp_transport_close): PR2391. Cancel work queue.
(_stp_transport_init): If _stp_register_procfs() fails,
return an error code.

* transport.txt: New file. Documents transport initialization and
shutdown sequence.
runtime/transport/ChangeLog
runtime/transport/procfs.c
runtime/transport/transport.c
runtime/transport/transport.h
runtime/transport/transport.txt [new file with mode: 0644]
This page took 0.029783 seconds and 5 git commands to generate.