ossp-pkg/pth/pth_tcb.c 1.35 -> 1.36
--- pth_tcb.c 2001/03/24 14:51:05 1.35
+++ pth_tcb.c 2001/03/30 11:15:34 1.36
@@ -42,7 +42,7 @@
char name[PTH_TCB_NAMELEN];/* name of thread (mainly for debugging) */
pth_state_t state; /* current state indicator for thread */
- /* timing */
+ /* timing */
pth_time_t spawned; /* time point at which thread was spawned */
pth_time_t lastran; /* time point at which thread was last running */
pth_time_t running; /* time range the thread was already running */
|
|