Changeset 12f9f0d0 in mainline for uspace/lib/c/include/ipc/loc.h


Ignore:
Timestamp:
2011-08-17T13:39:53Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e280857
Parents:
45058baa
Message:

Notifications on changes in loc categories. Limitations:

  • cannot specify single category to watch
  • max one task can register notifications with loc service
  • max one user callback function can be registered with C library

Remove devman tests as they are not applicable anymore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/loc.h

    r45058baa r12f9f0d0  
    5757        LOC_SERVICE_GET_NAME,
    5858        LOC_NAMESPACE_GET_ID,
     59        LOC_CALLBACK_CREATE,
    5960        LOC_CATEGORY_GET_ID,
    6061        LOC_CATEGORY_GET_SVCS,
     
    6869        LOC_GET_SERVICES
    6970} loc_request_t;
     71
     72typedef enum {
     73        LOC_EVENT_CAT_CHANGE = IPC_FIRST_USER_METHOD
     74} loc_event_t;
    7075
    7176/** Ports provided by location service.
Note: See TracChangeset for help on using the changeset viewer.