Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 986 → Rev 993

/shark/trunk/ports/first/fsf_include/fsf_distributed.h
28,14 → 28,14
 
\ingroup distjmodule
 
This operation sets the network id attribute in the contract
pointed to by contract, to the value specified by network_id.
When a contract is negotiated, if network_id is FSF_NULL_NETWORK_ID
(which is the default value) the contract is negotiated for the
processing capacity of the node making the call. If network_id
represents a valid network identifier, the negotiation is carried
out for the specified network.
This operation sets the network id attribute in the contract
pointed to by parameter contract, to the value specified by
network_id. When a contract is negotiated, if network_id is
FSF_NULL_NETWORK_ID (which is the default value) the contract is
negotiated for the processing capacity of the node making the
call. If network_id represents a valid network identifier, the
negotiation is carried out for the specified network.
@param contract the pointer to the contract object
@param [in] network_id the network identifier
395,19 → 395,19
transmission time that it takes to send a packet through the
network designated by network_id, when there is no contention,
but including any network overheads.
 
 
@param [in] network_id the identifier ot the network to use
@param [out] budget pointer to the variable tha will contain
the time it takes to transmitt a packet
the time it takes to transmitt a packet
 
@retval 0 if the operation is succesful
@retval FSF_ERR_BAD_ARGUMENT if network_id is not a valid
network identifier of if budget is a NULL pointer
network identifier of if budget is a NULL pointer
*/
int
fsf_packet_tx_time
(fsf_network_id_t network_id,
struct timespec *budget);
int
fsf_packet_tx_time
(fsf_network_id_t network_id,
struct timespec *budget);
 
/**
\ingroup distjmodule