photon  1.1
photon_io.h
Go to the documentation of this file.
1 // =============================================================================
2 // Photon RDMA Library (libphoton)
3 //
4 // Copyright (c) 2016, Trustees of Indiana University,
5 // All rights reserved.
6 //
7 // This software may be modified and distributed under the terms of the BSD
8 // license. See the COPYING file for details.
9 //
10 // This software was created at the Indiana University Center for Research in
11 // Extreme Scale Technologies (CREST).
12 // =============================================================================
13 
14 #ifndef PHOTON_IO_H
15 #define PHOTON_IO_H
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
21 typedef enum { PHOTON_CI,
32 
33 int photon_io_init(char *file, int amode, void *view, int niter);
34 int photon_io_finalize();
35 void photon_io_print_info(void *io);
36 
37 #ifdef __cplusplus
38 }
39 #endif
40 
41 #endif
void photon_io_print_info(void *io)
Definition: libphoton.c:576
photon_info_t
Definition: photon_io.h:21
int photon_io_finalize()
Definition: libphoton.c:571
int photon_io_init(char *file, int amode, void *view, int niter)
Definition: libphoton.c:566