Changeset 043dcc27 in mainline for libipc/generic/ipc.c


Ignore:
Timestamp:
2006-05-15T13:45:12Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
108602e
Parents:
babe786
Message:

Implement simple connect_me_to in NS.
Disambigue the term phoneid by creating new term in_phone_hash,
which in fact represents kernel address of the phone sending the
message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libipc/generic/ipc.c

    rbabe786 r043dcc27  
    273273}
    274274
     275int ipc_forward_fast(ipc_callid_t callid, int phoneid, int method, ipcarg_t arg1)
     276{
     277        return __SYSCALL4(SYS_IPC_FORWARD_FAST, callid, phoneid, method, arg1);
     278}
     279
    275280/*
    276281int ipc_open_dgrconn(int pohoneid, size_t max_dgram)
Note: See TracChangeset for help on using the changeset viewer.