1
1
Jeff Squyres 1952fca73d According to LAM/MPI and FT-MPI and /usr/include/linux/if.h, you
should really be advancing by sizeof(struct ifreq) --
sizeof(ifr->ifr_name) + sizeof(struct sockaddr) may be smaller than
sizeof(struct ifreq).  More specifically, the second element of struct
ifreq may be a union, of which struct sockaddr is only one element
(and may not be the smallest).

This commit was SVN r3441.
2004-10-29 18:52:57 +00:00
..
2004-10-28 18:13:43 +00:00
2004-10-26 23:42:02 +00:00
2004-10-27 13:50:27 +00:00
2004-10-29 15:38:48 +00:00

/** @mainpage

@section mainpage_introduction Introduction

This is the introduction.
This is the introduction.
This is the introduction.
This is the introduction.
This is the introduction.
This is the introduction.
This is the introduction.

@section main_install Installation
 
This is the installation section.
This is the installation section.
This is the installation section.
This is the installation section.
This is the installation section.
This is the installation section.
This is the installation section.

*/