Changeset 07b39338 in mainline for uspace/srv/loc/loc.h


Ignore:
Timestamp:
2011-08-20T18:21:49Z (14 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6ab014d
Parents:
0cf27ee (diff), f00af83 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge libposix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/loc/loc.h

    r0cf27ee r07b39338  
    3636#define LOC_H_
    3737
     38#include <ipc/loc.h>
    3839#include <async.h>
    3940#include <fibril_synch.h>
     
    8990        /** Link to list of services in category (category_t.services) */
    9091        link_t cat_services;
     92        /** List of category memberships (svc_categ_t) */
     93        list_t cat_memb;
    9194        /** Unique service identifier */
    9295        service_id_t id;
     
    101104} loc_service_t;
    102105
     106extern fibril_mutex_t services_list_mutex;
     107
    103108extern service_id_t loc_create_id(void);
     109extern void loc_category_change_event(void);
    104110
    105111#endif
Note: See TracChangeset for help on using the changeset viewer.