[Pvfs-developers] Pvfs_write
Combe Jonathan - jcombe
Jonathan.Combe at acxiom.com
Thu May 18 12:19:46 EDT 2006
The C Api for PVFS has this method.
int pvfs_write(int fd, char *buf, size_t count);
Is there a particular reason that the buffer (char *buf) is not a const
char*?
This prevents the use of C++ strings as when you call c_str() it returns
a const char* and not a char*.
Thanks.
Jon.
***************************************************************************
The information contained in this communication is confidential, is
intended only for the use of the recipient named above, and may be legally
privileged.
If the reader of this message is not the intended recipient, you are
hereby notified that any dissemination, distribution or copying of this
communication is strictly prohibited.
If you have received this communication in error, please resend this
communication to the sender and delete the original message or any copy
of it from your computer system.
Thank You.
****************************************************************************
More information about the Pvfs-developers
mailing list