blob: 2d77c405ef2a66e59e69b5f59bd1a55e537151f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
2005-06-20 Tom Zanussi <zanussi@us.ibm.com>
* librelay.c: Large refactoring, important changes are
added transport_mode command, for relayfs transport
display results only when probe completes and/or write
output file, merge, sort and delete the per-cpu files
in postprocessing, refactor so that relayfs files aren't
created until transport command received, removed sigalrm,
read the final subbuffers on exit
* stpd.c: Remove all command-line args except for -p
and -q as well as all code related to buffer sizes.
* librelay.h: Add transport mode command and struct.
2005-05-16 Martin Hunt <hunt@redhat.com>
* librelay.c (sigproc): If STP_EXIT send fails, keep retrying
every 10ms.
(init_stp): Don't set n_subbufs and subbuf_size params.
|