~ubuntu-branches/ubuntu/vivid/adios/vivid-proposed

« back to all changes in this revision

Viewing changes to src/public/adios_types.h

  • Committer: Package Import Robot
  • Author(s): Alastair McKinstry
  • Date: 2014-06-16 23:06:38 UTC
  • mfrom: (15.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20140616230638-cxryhot6b8ge32l6
Tags: 1.7.0-1
* New upstream release.
* Add adios.pc pkgconfig file. adios_config now uses this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
#ifndef ADIOS_TYPES_H
9
9
#define ADIOS_TYPES_H
10
10
 
 
11
#ifdef __cplusplus
 
12
extern "C" {
 
13
#endif
 
14
 
11
15
/* global defines needed for the type creation/setup functions */
12
16
enum ADIOS_DATATYPES {adios_unknown = -1             /* (size) */
13
17
 
40
44
                             ,ADIOS_BUFFER_ALLOC_LATER
41
45
                             };
42
46
 
 
47
#ifdef __cplusplus
 
48
}
 
49
#endif
 
50
 
43
51
#endif