summaryrefslogtreecommitdiff
path: root/examples/ASX/Event_Server
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-05-03 13:04:04 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-05-03 13:04:04 +0000
commitda29af5c734e471ed7bd66ec7810cbb3b90bd150 (patch)
tree6ee49b7456640414a79a6240c2b0ce0be157c9d1 /examples/ASX/Event_Server
parentd4c8d69b06d62a10b7556030d5e07f240e05f3ff (diff)
downloadATCD-da29af5c734e471ed7bd66ec7810cbb3b90bd150.tar.gz
ChangeLogTag: Thu May 3 08:00:56 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'examples/ASX/Event_Server')
-rw-r--r--examples/ASX/Event_Server/Event_Server/Options.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ASX/Event_Server/Event_Server/Options.cpp b/examples/ASX/Event_Server/Event_Server/Options.cpp
index 9aac63064a6..63b2c1d0e0d 100644
--- a/examples/ASX/Event_Server/Event_Server/Options.cpp
+++ b/examples/ASX/Event_Server/Event_Server/Options.cpp
@@ -70,9 +70,9 @@ void Options::print_results (void)
"%8d = involuntary context switches\n"
"%8d = system calls\n"
"%8d = chars read/written\n",
- rusage.pr_lwpid,
+ (int) rusage.pr_lwpid,
(int) rusage.pr_count,
- rusage.pr_minf,
+ (int) rusage.pr_minf,
(int) rusage.pr_majf,
(int) rusage.pr_inblk,
(int) rusage.pr_oublk,