diff options
author | hunt <hunt> | 2006-11-09 17:53:41 +0000 |
---|---|---|
committer | hunt <hunt> | 2006-11-09 17:53:41 +0000 |
commit | 400235a6ae7e4b1b275ebaa1c77c7801b018351b (patch) | |
tree | 8d8466239f4c7e9e14a3da796a22401a8de9a998 /runtime/stpd/librelay.h | |
parent | 3a7667d97d2157af1d53c075f325d2d009d50859 (diff) | |
download | systemtap-steved-400235a6ae7e4b1b275ebaa1c77c7801b018351b.tar.gz systemtap-steved-400235a6ae7e4b1b275ebaa1c77c7801b018351b.tar.xz systemtap-steved-400235a6ae7e4b1b275ebaa1c77c7801b018351b.zip |
2006-11-09 Martin Hunt <hunt@redhat.com>
* librelay.c: Change all references to transport messages
to use the new names with "_stp" prefix.
(stp_main_loop): For STP_SYMBOLS, check pointer size and
endianess to confirm staprun is compatible with the kernel.
* librelay.h: Move a bunch of common includes here.
* stpd.c: Cleanup includes.
* symbols.c: Ditto.
Diffstat (limited to 'runtime/stpd/librelay.h')
-rw-r--r-- | runtime/stpd/librelay.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/runtime/stpd/librelay.h b/runtime/stpd/librelay.h index 38d62369..15ef6c40 100644 --- a/runtime/stpd/librelay.h +++ b/runtime/stpd/librelay.h @@ -1,3 +1,14 @@ +#include <stdio.h> +#include <stdlib.h> +#include <ctype.h> +#include <unistd.h> +#include <dirent.h> +#include <sys/types.h> +#include <sys/stat.h> +#include <fcntl.h> +#include <string.h> +#include <stdint.h> + #include "../transport/transport_msgs.h" #ifdef DEBUG |