- Change the spacing preventing finding the struct from script.
This commit was SVN r8819.
Этот коммит содержится в:
родитель
a2f31b2bf6
Коммит
60c2ae768b
@ -34,7 +34,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
struct mca_pml_dr_recv_request_t {
|
struct mca_pml_dr_recv_request_t {
|
||||||
mca_pml_base_recv_request_t req_recv;
|
mca_pml_base_recv_request_t req_recv;
|
||||||
struct ompi_proc_t *req_proc;
|
struct ompi_proc_t *req_proc;
|
||||||
#if OMPI_HAVE_THREAD_SUPPORT
|
#if OMPI_HAVE_THREAD_SUPPORT
|
||||||
|
@ -32,7 +32,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
struct mca_pml_ob1_recv_request_t {
|
struct mca_pml_ob1_recv_request_t {
|
||||||
mca_pml_base_recv_request_t req_recv;
|
mca_pml_base_recv_request_t req_recv;
|
||||||
struct ompi_proc_t *req_proc;
|
struct ompi_proc_t *req_proc;
|
||||||
ompi_ptr_t req_send;
|
ompi_ptr_t req_send;
|
||||||
|
@ -130,7 +130,7 @@
|
|||||||
#define ITIMER_VIRTUAL 1
|
#define ITIMER_VIRTUAL 1
|
||||||
#define ITIMER_PROF 2
|
#define ITIMER_PROF 2
|
||||||
|
|
||||||
struct itimerval {
|
struct itimerval {
|
||||||
struct timeval it_interval; /* timer interval */
|
struct timeval it_interval; /* timer interval */
|
||||||
struct timeval it_value; /* current value */
|
struct timeval it_value; /* current value */
|
||||||
};
|
};
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user