1
1
This commit was SVN r3233.
Этот коммит содержится в:
Jeff Squyres 2004-10-20 12:28:09 +00:00
родитель db0fb4b8e1
Коммит 04e4132174

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

@ -12,7 +12,6 @@
#include "class/ompi_hash_table.h"
extern ompi_class_t ompi_win_t_class;
struct ompi_win_t {
char w_name[MPI_MAX_OBJECT_NAME];
@ -32,7 +31,8 @@ struct ompi_win_t {
ompi_errhandler_t *error_handler;
ompi_errhandler_type_t errhandler_type;
};
typedef struct ompi_win_t ompi_win_t;
OBJ_CLASS_DECLARATION(ompi_win_t);
#endif