CernVM-FS
2.12.0
|
#include "glue_buffer.h"
#include <errno.h>
#include <poll.h>
#include <unistd.h>
#include <cassert>
#include <cstdlib>
#include <cstring>
#include <string>
#include <vector>
#include "util/exception.h"
#include "util/logging.h"
#include "util/mutex.h"
#include "util/platform.h"
#include "util/posix.h"
#include "util/smalloc.h"
Go to the source code of this file.
Namespaces | |
glue | |
Macros | |
#define | __STDC_FORMAT_MACROS |
#define __STDC_FORMAT_MACROS |
This file is part of the CernVM File System.
Definition at line 5 of file glue_buffer.cc.