~ubuntu-branches/debian/stretch/adios/stretch

« back to all changes in this revision

Viewing changes to src/core/transforms/adios_transforms_specparse.h

  • Committer: Package Import Robot
  • Author(s): Alastair McKinstry
  • Date: 2014-06-16 23:06:38 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20140616230638-5a0z7ylxx8i0edrg
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:
31
31
 * Parses the transform spec string (i.e. transform="zlib:5"), returning a struct
32
32
 * describing the result
33
33
 * @param transform_spec_str the transform spec string
 
34
 * @param pre-allocated struct to fill in; if null this func allocates the memory
34
35
 * @return the parsed transform spec
35
36
 */
36
 
struct adios_transform_spec * adios_transform_parse_spec(const char *transform_spec_str);
 
37
struct adios_transform_spec * adios_transform_parse_spec(const char *transform_spec_str,
 
38
                                                         struct adios_transform_spec *spec_in);
37
39
 
38
40
/*
39
41
 * Copies a transform spec struct, creating a new, independent instance