blob: 8f9cccfee9c5fe1d9ba3a7882790306dd00645bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
2005-05-17 Martin Hunt <hunt@redhat.com>
* transport.c (_stp_transport_close): Call stp_exit_helper()
directly instead of using work queue.
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/...
|