CernVM-FS
2.12.0
|
#include "auto_umount.h"
#include <dirent.h>
#include <errno.h>
#include <sys/types.h>
#include <unistd.h>
#include <map>
#include <set>
#include <string>
#include <vector>
#include "util/logging.h"
#include "util/platform.h"
#include "util/posix.h"
Go to the source code of this file.
Namespaces | |
auto_umount | |
Functions | |
void | auto_umount::SetMountpoint (const string &mountpoint) |
void | auto_umount::UmountOnCrash () |
Variables | |
string * | auto_umount::mountpoint_ = NULL |