Changeset 97c7682 in mainline for uspace/srv/locsrv/locsrv.h


Ignore:
Timestamp:
2012-07-14T11:18:40Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
804d9b6
Parents:
0747468 (diff), f0348c8 (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 mainline changes.

Text conflict in boot/arch/arm32/Makefile.inc:

Trivial conflict around ifeq condition.

Text conflict in kernel/arch/arm32/include/mm/page.h:

Added defines and set_pt_levelx_present function.
COnflict looked horrible because of the armv4/v7 split.

File:
1 moved

Legend:

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

    r0747468 r97c7682  
    3333 */
    3434
    35 #ifndef LOC_H_
    36 #define LOC_H_
     35#ifndef LOCSRV_H_
     36#define LOCSRV_H_
    3737
    3838#include <ipc/loc.h>
     
    8686        /** Link to global list of services (services_list) */
    8787        link_t services;
     88       
    8889        /** Link to server list of services (loc_server_t.services) */
    8990        link_t server_services;
     91       
    9092        /** Link to list of services in category (category_t.services) */
    9193        link_t cat_services;
     94       
    9295        /** List of category memberships (svc_categ_t) */
    9396        list_t cat_memb;
     97       
    9498        /** Unique service identifier */
    9599        service_id_t id;
     100       
    96101        /** Service namespace */
    97102        loc_namespace_t *namespace;
     103       
    98104        /** Service name */
    99105        char *name;
     106       
    100107        /** Supplier of this service */
    101108        loc_server_t *server;
     109       
    102110        /** Use this interface when forwarding to server. */
    103111        sysarg_t forward_interface;
Note: See TracChangeset for help on using the changeset viewer.