Changes between Version 13 and Version 14 of MessagePassing


Ignore:
Timestamp:
09/06/13 15:35:58 (13 years ago)
Author:
zirkel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MessagePassing

    v13 v14  
    2929* `$proc * $comm_procs($comm * comm)`
    3030 * returns a pointer to the procs array in comm
    31 * `void $comm_enqueue($comm * comm, $message * message)`
     31* `void $comm_enqueue($comm * comm, $message message)`
    3232 * adds the message to the comm
    3333* `boolean $comm_probe($comm * comm, int source, int dest, int tag)`
     
    3535* `$message * $comm_seek($comm * comm, int source, int dest, int tag)`
    3636 * finds the first matching message and returns pointer to it without modifying comm
    37 * `$message * $comm_dequeue($comm * comm, int source, int dest, int tag)`
     37* `$message $comm_dequeue($comm * comm, int source, int dest, int tag)`
    3838 * finds the first matching message, removes it from comm, and returns pointer to message
    3939* `int $comm_chan_size($comm * comm, int source, int dest)`