Changeset 8d74fdd in mainline for uspace/srv/sysman/sm_task.c
- Timestamp:
- 2019-08-17T13:57:05Z (7 years ago)
- Children:
- f92b315
- Parents:
- be07995
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2016-01-27 00:01:13)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-17 13:57:05)
- File:
-
- 1 edited
-
uspace/srv/sysman/sm_task.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/sm_task.c
rbe07995 r8d74fdd 106 106 * name */ 107 107 108 /* 109 * Temporary workaround to avoid killing ourselves during shutdown, 110 * eventually should be captured by dependencies. 111 */ 112 if (tid == task_get_id() || tid == 2 /*taskman*/) { 113 CAST_SVC(u_svc)->critical = true; 114 } 115 108 116 repo_begin_update(); 109 117 in_repo_update = true;
Note:
See TracChangeset
for help on using the changeset viewer.
