Changeset d40a8ff in mainline for uspace/srv/ns/ns.c


Ignore:
Timestamp:
2007-11-24T14:19:10Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9201f47
Parents:
0cc4313
Message:

Add mode argument to IPC forward.
This argument can be used to modify the way forward behaves.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/ns/ns.c

    r0cc4313 rd40a8ff  
    213213        }
    214214        hs = hash_table_get_instance(hlp, hashed_service_t, link);
    215         return ipc_forward_fast(callid, hs->phone, IPC_GET_ARG2(*call), 0);
     215        return ipc_forward_fast(callid, hs->phone, IPC_GET_ARG2(*call), 0,
     216            IPC_FF_NONE);
    216217}
    217218
Note: See TracChangeset for help on using the changeset viewer.