Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2489 → Rev 2490

/trunk/uspace/lib/libc/generic/ipc.c
51,8 → 51,9
#include <async.h>
#include <fibril.h>
 
/** Structure used for keeping track of sent asynchronous calls and queing
* unsent calls.
/**
* Structures of this type are used for keeping track of sent asynchronous calls
* and queing unsent calls.
*/
typedef struct {
link_t list;