#include <errno.h>
#include <stdlib.h>
#include <sys/poll.h>
#include <sys/types.h>
#include <sys/fcntl.h>
#include "IO.h"
#include "debug/Log.h"
#include "util/ScratchBuffer.h"
#include "util/StringBuffer.h"
#include "thread/Notifier.h"
Go to the source code of this file.
Namespaces | |
namespace | oasys |
Classes | |
class | oasys::COWIoVec |
Small helper class which is a copy-on-write iovec and also handle adjustment for consumption of the bytes in the iovec. More... |