We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b0a50 commit 9f6f59cCopy full SHA for 9f6f59c
libs/ao/state.h
@@ -72,11 +72,11 @@ struct am_ao_state {
72
int running_ao_prio;
73
74
/**
75
- * there is a pending am_ao_task() call to be done from
76
- * am_ao_run_all() function
+ * there are pending am_hsm_init() calls to be done from
+ * am_ao_run_all() function for some top level AO HSMs
77
*/
78
unsigned hsm_init_pend : 1;
79
- /** mark startup sequence complete */
+ /** am_ao_start() calls were completed for all active objects */
80
unsigned startup_complete : 1;
81
/** safety net to catch missing am_ao_init_subscribe_list() call */
82
unsigned subscribe_list_set : 1;
0 commit comments