X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=blobdiff_plain;f=include%2Fnfsc%2Flibnfs.h;h=d960f7f60d72f6ed61f5107fafd07902ad74ec60;hp=0725de6cee91205b667201fe57926938a4e7b7a8;hb=548e2bea4bec87c8752330ada488dc76e8873f1b;hpb=a87bb233a859992cdbe1ef4e92161b45ed8e5c92 diff --git a/include/nfsc/libnfs.h b/include/nfsc/libnfs.h index 0725de6..d960f7f 100644 --- a/include/nfsc/libnfs.h +++ b/include/nfsc/libnfs.h @@ -325,13 +325,15 @@ EXTERN int nfs_fstat(struct nfs_context *nfs, struct nfsfh *nfsfh, struct stat * /* * Async open() * - * mode is a combination of the flags : O_RDOLNY, O_WRONLY, O_RDWR , O_SYNC + * mode is a combination of the flags : + * O_RDOLNY, O_WRONLY, O_RDWR , O_SYNC, O_APPEND * * Function returns * 0 : The operation was initiated. Once the operation finishes, the callback will be invoked. * <0 : An error occured when trying to set up the operation. The callback will not be invoked. * * Supported flags are + * O_APPEND * O_RDONLY * O_WRONLY * O_RDWR