1
1

I miss this one in the last patch (just a function name change).

This commit was SVN r6751.
Этот коммит содержится в:
George Bosilca 2005-08-05 18:04:52 +00:00
родитель 8b93cb7661
Коммит f062a679d9

Просмотреть файл

@ -64,7 +64,7 @@ mca_ptl_tcp_module_t mca_ptl_tcp_module = {
/*
* For each peer process:
* (1) Lookup/create a parallel structure that represents the TCP state of the peer process.
* (2) Use the mca_base_modex_recv function determine the endpoints exported by the peer.
* (2) Use the mca_pml_base_modex_recv function determine the endpoints exported by the peer.
* (3) Create a data structure to represent the state of the connection to the peer.
* (4) Select an address exported by the peer to use for this connection.
*/