« Previous | Next » 

Revision c3ec3b3b

IDc3ec3b3b3c89b416e5cfa7461b988afa9594b9d1

Added by Chrysostomos Nanakos about 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