ccb33ff811
Two things to note: - This change will allow us to expand the BTL interface without having to worry about modifying BTLs that will not support the new interfaces. More on this will come later this year as part of the 1.9 series. - C99 guarantees that uninitialed members of structs declared outside of functions (DATA binary section) will be initialized with 0's. This allows us to drop stuff like .btl_flags = 0, or .btl_get = NULL. This commit was SVN r31388. |
||
---|---|---|
.. | ||
btl_portals4_component.c | ||
btl_portals4_endpoint.h | ||
btl_portals4_frag.c | ||
btl_portals4_frag.h | ||
btl_portals4_rdma.c | ||
btl_portals4_recv.c | ||
btl_portals4_recv.h | ||
btl_portals4_send.c | ||
btl_portals4.c | ||
btl_portals4.h | ||
configure.m4 | ||
Makefile.am |