Unidiff1 files changed, 1 insertions, 1 deletions
|
|
|
@@ -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 | |
35 | struct conn_class |
35 | struct conn_class |
|