From 3ae203b24203fc169e39f7b733f11038aafa80ef Mon Sep 17 00:00:00 2001 From: dsmith Date: Tue, 26 Sep 2006 21:39:52 +0000 Subject: 2006-09-26 David Smith * README: Changed 'stpd' references to 'staprun'. * README.doc: Ditto. * TODO: Ditto. * io.c: Ditto. * print.c: Ditto. * runtime.h: Ditto. * bench2/bench.rb: Ditto. --- runtime/print.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/print.c') diff --git a/runtime/print.c b/runtime/print.c index 904104f8..ae220f28 100644 --- a/runtime/print.c +++ b/runtime/print.c @@ -25,7 +25,7 @@ * _stp_print_flush() is called. * * The reason to do this is to allow multiple small prints to be combined then - * timestamped and sent together to stpd. This is more efficient than sending + * timestamped and sent together to staprun. This is more efficient than sending * numerous small packets. * * This function is called automatically when the print buffer is full. @@ -80,7 +80,7 @@ void _stp_print_flush (void) return; #ifdef STP_RELAYFS_MERGE - /* In merge-mode, stpd expects relayfs data to start with a 4-byte length */ + /* In merge-mode, staprun expects relayfs data to start with a 4-byte length */ /* followed by a 4-byte sequence number. In non-merge mode, anything goes. */ *((uint32_t *)pb->timestamp) = _stp_seq_inc(); -- cgit