Changeset 43078
- Timestamp:
- Sep 7, 2026, 4:46:41 PM (2 weeks ago)
- Location:
- trunk/Ohana/src/opihi/pantasks
- Files:
-
- 2 edited
-
run.c (modified) (1 diff)
-
server_run.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/run.c
r39457 r43078 16 16 } 17 17 18 char *blockScheduler = get_variable("SCHEDULER_BLOCK"); 19 20 if (blockScheduler && strcmp(blockScheduler, "0")) { 21 gprint (GP_ERR, "Warning: pantasks scheduler is blocked from running\n"); 22 gprint (GP_ERR, " set $SCHEDULER_BLOCK to 0 to enable\n"); 23 return (FALSE); 24 } 25 18 26 CheckTasksSetState (TRUE); 19 27 CheckControllerSetState (TRUE); -
trunk/Ohana/src/opihi/pantasks/server_run.c
r39457 r43078 6 6 if (argc != 1) { 7 7 gprint (GP_ERR, "USAGE: server run\n"); 8 return (FALSE); 9 } 10 11 char *blockScheduler = get_variable("SCHEDULER_BLOCK"); 12 13 if (blockScheduler && strcmp(blockScheduler, "0")) { 14 gprint (GP_ERR, "Warning: pantasks scheduler is blocked from running\n"); 15 gprint (GP_ERR, " set $SCHEDULER_BLOCK to 0 to enable\n"); 8 16 return (FALSE); 9 17 }
Note:
See TracChangeset
for help on using the changeset viewer.
