diff options
author | hunt <hunt> | 2006-09-13 22:46:09 +0000 |
---|---|---|
committer | hunt <hunt> | 2006-09-13 22:46:09 +0000 |
commit | 3f4deba001e76e2af20b9b6f9a1522c309c67fda (patch) | |
tree | 4788a64310c5120bb25f5a0816d3d9c36e2cdb22 /runtime/stpd/librelay.h | |
parent | ae966e5f2df152603e36a1b96a0b5d05e89afdbc (diff) | |
download | systemtap-steved-3f4deba001e76e2af20b9b6f9a1522c309c67fda.tar.gz systemtap-steved-3f4deba001e76e2af20b9b6f9a1522c309c67fda.tar.xz systemtap-steved-3f4deba001e76e2af20b9b6f9a1522c309c67fda.zip |
2006-09-13 Martin Hunt <hunt@redhat.com>
* librelay.c (init_relayfs): Exec stp_check and find
relay_filebase.
* librelay.h (stp_main_loop): Fix declaration of init_stp().
* stpd.c (usage): Remove "-r" option.
(main): Don't find stpd_filebase and don't send it to init_stp().
Diffstat (limited to 'runtime/stpd/librelay.h')
-rw-r--r-- | runtime/stpd/librelay.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/stpd/librelay.h b/runtime/stpd/librelay.h index 289952d7..0a6a1920 100644 --- a/runtime/stpd/librelay.h +++ b/runtime/stpd/librelay.h @@ -9,6 +9,6 @@ /* * stp external API functions */ -extern int init_stp(const char *relay_filebase, int print_summary); +extern int init_stp(int print_summary); extern int stp_main_loop(void); extern int send_request(int type, void *data, int len); |