Blame src/mpid/ch4/netmod/portals4/portals4_pre.h

Packit Service c5cf8c
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
Packit Service c5cf8c
/*
Packit Service c5cf8c
 *  (C) 2006 by Argonne National Laboratory.
Packit Service c5cf8c
 *      See COPYRIGHT in top-level directory.
Packit Service c5cf8c
 *
Packit Service c5cf8c
 *  Portions of this code were written by Intel Corporation.
Packit Service c5cf8c
 *  Copyright (C) 2011-2012 Intel Corporation.  Intel provides this material
Packit Service c5cf8c
 *  to Argonne National Laboratory subject to Software Grant and Corporate
Packit Service c5cf8c
 *  Contributor License Agreement dated February 8, 2012.
Packit Service c5cf8c
 */
Packit Service c5cf8c
Packit Service c5cf8c
#ifndef PORTALS4_PRE_H_INCLUDED
Packit Service c5cf8c
#define PORTALS4_PRE_H_INCLUDED
Packit Service c5cf8c
Packit Service c5cf8c
#include "portals4.h"
Packit Service c5cf8c
Packit Service c5cf8c
typedef struct {
Packit Service c5cf8c
    int handler_id;
Packit Service c5cf8c
    char *pack_buffer;
Packit Service c5cf8c
    ptl_handle_md_t md;
Packit Service c5cf8c
} MPIDI_PORTALS4_am_request_t;
Packit Service c5cf8c
Packit Service c5cf8c
typedef struct {
Packit Service c5cf8c
    int dummy;
Packit Service c5cf8c
} MPIDI_PORTALS4_request_t;
Packit Service c5cf8c
Packit Service c5cf8c
typedef struct {
Packit Service c5cf8c
    int dummy;
Packit Service c5cf8c
} MPIDI_PORTALS4_comm_t;
Packit Service c5cf8c
Packit Service c5cf8c
typedef struct {
Packit Service c5cf8c
    int dummy;
Packit Service c5cf8c
} MPIDI_PORTALS4_dt_t;
Packit Service c5cf8c
Packit Service c5cf8c
typedef struct {
Packit Service c5cf8c
    int dummy;
Packit Service c5cf8c
} MPIDI_PORTALS4_win_t;
Packit Service c5cf8c
Packit Service c5cf8c
typedef struct {
Packit Service c5cf8c
    int dummy;
Packit Service c5cf8c
} MPIDI_PORTALS4_addr_t;
Packit Service c5cf8c
Packit Service c5cf8c
typedef struct {
Packit Service c5cf8c
    int dummy;
Packit Service c5cf8c
} MPIDI_PORTALS4_op_t;
Packit Service c5cf8c
Packit Service c5cf8c
#endif /* PORTALS4_PRE_H_INCLUDED */