Module: Qfs
- Defined in:
- lib/qfs.rb,
lib/qfs/version.rb,
ext/qfs/qfs.c
Overview
Container module for QFS classes
Defined Under Namespace
Classes: Attr, BaseClient, Client, Error, File
Constant Summary collapse
- O_CREAT =
supported oflags
Fcntl::O_CREAT
- O_EXCL =
Fcntl::O_EXCL
- O_RDWR =
Fcntl::O_RDWR
- O_RDONLY =
Fcntl::O_RDONLY
- O_WRONLY =
Fcntl::O_WRONLY
- O_TRUNC =
Fcntl::O_TRUNC
- VERSION =
'0.0.13'