aboutsummaryrefslogtreecommitdiff
path: root/src/prog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prog.h')
-rw-r--r--src/prog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prog.h b/src/prog.h
index 9a3960f..04cf3d0 100644
--- a/src/prog.h
+++ b/src/prog.h
@@ -29,7 +29,7 @@ enum prog_status
29 status_sleeping, /* Component is sleeping. An attempt to start it will 29 status_sleeping, /* Component is sleeping. An attempt to start it will
30 be made at prog->v.p.timestamp + SLEEPTIME */ 30 be made at prog->v.p.timestamp + SLEEPTIME */
31 status_stopping, /* Component is being stopped */ 31 status_stopping, /* Component is being stopped */
32 status_finished, /* A "once" component has finished */ 32 status_finished, /* A "once" or "startup" component has finished */
33 }; 33 };
34 34
35struct conn_class 35struct conn_class

Return to:

Send suggestions and report system problems to the System administrator.