Changeset be07995 in mainline for uspace/srv/sysman/repo.c
- Timestamp:
- 2019-08-17T13:54:09Z (5 years ago)
- Children:
- 8d74fdd
- Parents:
- 015b147
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2016-01-10 23:36:33)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-17 13:54:09)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/repo.c
r015b147 rbe07995 176 176 } 177 177 178 void repo_begin_update _(void) {178 void repo_begin_update(void) { 179 179 sysman_log(LVL_DEBUG2, "%s", __func__); 180 180 fibril_rwlock_write_lock(&repo_lock); … … 293 293 * The function can be safely called from non-event loop fibrils 294 294 */ 295 unit_t *repo_find_unit_by_name _(const char *name)295 unit_t *repo_find_unit_by_name(const char *name) 296 296 { 297 297 return repo_find_unit_by_name_internal(name, true);
Note:
See TracChangeset
for help on using the changeset viewer.