Ignore:
Timestamp:
2019-08-07T10:22:06Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
5353f50
Parents:
a097c50
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-11-10 21:19:03)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-07 10:22:06)
Message:

sysman: Refined semantics of IPC_FLAG_AUTOSTART

IPC_FLAG_AUTOSTART_ is for internal use in brokers (added underscore).
IPC_AUTOSTART is a flag macro (not a _single_ flag) to be used by clients.

Conflicts:

uspace/lib/c/generic/loc.c
uspace/lib/gui/window.c
uspace/srv/vfs/vfs_ops.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/compositor/compositor.c

    ra097c50 r7cce333  
    21832183        async_sess_t *sess;
    21842184        service_id_t dsid;
    2185         unsigned int flags = IPC_FLAG_AUTOSTART;
     2185        unsigned int flags = IPC_AUTOSTART;
    21862186
    21872187        errno_t rc = loc_service_get_id(svc, &dsid, flags);
Note: See TracChangeset for help on using the changeset viewer.