Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4703 → Rev 4704

/branches/network/uspace/srv/net/structures/packet/packet_server.c
91,6 → 91,10
0
};
 
/** @name Packet server support functions
*/
/*@{*/
 
/** Returns the packet of dimensions at least as given.
* Tries to reuse free packets first.
* Creates a new packet aligned to the memory page size if none available.
148,6 → 152,8
*/
int packet_reply( const packet_t packet );
 
/*@}*/
 
int packet_translate( int phone, packet_ref packet, packet_id_t packet_id ){
if( ! packet ) return EINVAL;
* packet = pm_find( packet_id );