|
Barracuda Application Server C/C++ Reference
Native APIs, integration guides, and platform interfaces
|


Go to the source code of this file.
Classes | |
| struct | DiskIo |
| The DiskIo class makes it possible for the web server to work with resources on a hard drive. More... | |
Typedefs | |
| typedef DiskIo | DiskIo |
| The DiskIo class makes it possible for the web server to work with resources on a hard drive. More... | |
Functions | |
| BA_API void | DiskIo_constructor (DiskIo *o) |
| Initialize the platform DiskIo implementation. More... | |
| BA_API void | DiskIo_destructor (DiskIo *o) |
| Release configuration after dependent users and open handles have stopped. More... | |
| BA_API int | DiskIo_setRootDir (DiskIo *o, const char *root) |
| Select the filesystem location exposed as this I/O interface's root. More... | |
| BA_API int | DiskIo_getRootDir (DiskIo *o, char *buf, int len) |
| Copy the configured root representation. More... | |