Skip to content

Commit

Permalink
continued development of async
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed May 11, 2016
1 parent fc48722 commit 90f714e
Show file tree
Hide file tree
Showing 3 changed files with 269 additions and 170 deletions.
2 changes: 2 additions & 0 deletions src/clib/pio.h
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,8 @@ int PIOc_set_blocksize(const int newblocksize);
int PIOc_get_var_schar (int ncid, int varid, signed char *buf);
int PIOc_iotype_available(const int iotype);
int PIOc_set_log_level(int level);
int PIOc_put_att(int ncid, int varid, const char *name, nc_type xtype, size_t len, const void *op);
int PIOc_get_att(int ncid, int varid, const char *name, void *ip);
#if defined(__cplusplus)
}
#endif
Expand Down
Loading

0 comments on commit 90f714e

Please sign in to comment.