Changeset d79dcdb in mainline for kernel/generic/include/ipc/ipc.h


Ignore:
Timestamp:
2007-09-15T08:54:35Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4ec91b2f
Parents:
183b4a0
Message:

VFS work.

Now, each VFS connection fibril will accept requests in a loop. The idea is that
each connection will be potentially reused for multiple requests before it is
closed by the server.

More VFS_REGISTER bits. Make use of the IPC_M_DATA_SEND wrappers introduced in
the previous commit.

Add enum members for more VFS operations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/ipc/ipc.h

    r183b4a0 rd79dcdb  
    273273extern void task_print_list(void);
    274274extern int ipc_forward(call_t *call, phone_t *newphone, answerbox_t *oldbox);
    275 void ipc_cleanup(void);
    276 int ipc_phone_hangup(phone_t *phone);
     275extern void ipc_cleanup(void);
     276extern int ipc_phone_hangup(phone_t *phone);
    277277extern void ipc_backsend_err(phone_t *phone, call_t *call, unative_t err);
    278278extern void ipc_print_task(task_id_t taskid);
Note: See TracChangeset for help on using the changeset viewer.