summaryrefslogtreecommitdiffstats
path: root/runtime/TODO
diff options
context:
space:
mode:
authordsmith <dsmith>2006-09-26 21:39:52 +0000
committerdsmith <dsmith>2006-09-26 21:39:52 +0000
commit3ae203b24203fc169e39f7b733f11038aafa80ef (patch)
tree50ff792a57834d21fba71791276dd7de519bac13 /runtime/TODO
parentcc6dac44fe06855e8d1f69f9582ba5525869c4ab (diff)
downloadsystemtap-steved-3ae203b24203fc169e39f7b733f11038aafa80ef.tar.gz
systemtap-steved-3ae203b24203fc169e39f7b733f11038aafa80ef.tar.xz
systemtap-steved-3ae203b24203fc169e39f7b733f11038aafa80ef.zip
2006-09-26 David Smith <dsmith@redhat.com>
* README: Changed 'stpd' references to 'staprun'. * README.doc: Ditto. * TODO: Ditto. * io.c: Ditto. * print.c: Ditto. * runtime.h: Ditto. * bench2/bench.rb: Ditto.
Diffstat (limited to 'runtime/TODO')
-rw-r--r--runtime/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/TODO b/runtime/TODO
index 794110d9..9acb11b9 100644
--- a/runtime/TODO
+++ b/runtime/TODO
@@ -2,9 +2,9 @@
@file TODO
@brief To-Do List
-***** STPD *****
+***** STAPRUN *****
-@todo stpd - Implement command that runtime can send to stpd to tell it to fork a specified program and pass
+@todo staprun - Implement command that runtime can send to staprun to tell it to fork a specified program and pass
the output from the probe module to it. Create example probe to use it.
***** runtime *****