]> sourceware.org Git - systemtap.git/commit
2005-05-16 Martin Hunt <hunt@redhat.com>
authorhunt <hunt>
Tue, 17 May 2005 06:32:23 +0000 (06:32 +0000)
committerhunt <hunt>
Tue, 17 May 2005 06:32:23 +0000 (06:32 +0000)
commita9fda130718e1c4dcdd10c4cb3e2d0ba7b77f295
treec7bd076056172ad858d9d5b29ac5247ad6906bf1
parent31e99661bee4976728959b9225644da0a4c0b6d3
2005-05-16  Martin Hunt  <hunt@redhat.com>

* transport.c (_stp_cmd_handler): For STP_EXIT, schedule a
work queue to do the exit functions.
(_stp_transport_close): Call work queue for STP_EXIT.
(_stp_transport_send): Call _stp_ctrl_send() like before, except
when in probe_exit().  In that case, keep retrying on send errors
until we succeed.

* transport.h (_stp_transport_write): Change to call
_stp_transport_send() for NETLINK_ONLY.

* Makefile (KDIR): set to /lib/modules/... instead of
/usr/local/src/...
runtime/transport/ChangeLog [new file with mode: 0644]
runtime/transport/Makefile
runtime/transport/transport.c
runtime/transport/transport.h
This page took 0.028201 seconds and 5 git commands to generate.