1
1

- Change the spacing preventing finding the struct from script.

This commit was SVN r8819.
Этот коммит содержится в:
Rainer Keller 2006-01-26 11:55:00 +00:00
родитель a2f31b2bf6
Коммит 60c2ae768b
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -34,7 +34,7 @@ extern "C" {
#endif
struct mca_pml_dr_recv_request_t {
struct mca_pml_dr_recv_request_t {
mca_pml_base_recv_request_t req_recv;
struct ompi_proc_t *req_proc;
#if OMPI_HAVE_THREAD_SUPPORT

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

@ -32,7 +32,7 @@ extern "C" {
#endif
struct mca_pml_ob1_recv_request_t {
struct mca_pml_ob1_recv_request_t {
mca_pml_base_recv_request_t req_recv;
struct ompi_proc_t *req_proc;
ompi_ptr_t req_send;

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

@ -130,7 +130,7 @@
#define ITIMER_VIRTUAL 1
#define ITIMER_PROF 2
struct itimerval {
struct itimerval {
struct timeval it_interval; /* timer interval */
struct timeval it_value; /* current value */
};