« Previous | Next » 

Revision 4ab486a3

ID4ab486a36b535ec15a4e847f51d3bedfeff53f22

Added by Chrysostomos Nanakos over 10 years ago

pithos: Add new access mode flag to file context manager

Remove old create flag that was used for choosing the access mode.
New flag 'oflag' determines the mode in which the file has to be
opened, i.e., read, write or both. Applications shall specify exactly
one of the first three values (file access modes) below in the value
of oflag:

O_RDONLY: Open for reading only
O_WRONLY: Open for writing only
O_RDWR: Open for reading and writing

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences