Changeset ff20afc in mainline for uspace/srv/sysman/repo.h


Ignore:
Timestamp:
2019-08-17T13:12:47Z (6 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
5a88d87
Parents:
d5cca04
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-12-04 13:56:42)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-17 13:12:47)
Message:

sysman: Synchronize access to unit repository from other fibrils

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/sysman/repo.h

    rd5cca04 rff20afc  
    3838#define ANONYMOUS_SERVICE_MASK "service_%" PRIu64
    3939
     40/*
     41 * If you access units out of the main event-loop fibril call repo_rlock(),
     42 * repo_runlock().
     43 */
    4044extern list_t units;
    4145
     
    5660extern unit_t *repo_find_unit_by_handle(unit_handle_t);
    5761
     62extern void repo_rlock(void);
     63extern void repo_runlock(void);
    5864
    5965#endif
Note: See TracChangeset for help on using the changeset viewer.