MPD
0.20.18
|
#include "fs/FileSystem.hxx"
#include "fs/AllocatedPath.hxx"
#include "Log.hxx"
#include <assert.h>
#include <string.h>
#include <unistd.h>
#include <stdlib.h>
#include <fcntl.h>
Go to the source code of this file.
Data Structures | |
class | PidFile |
Functions | |
static gcc_pure pid_t | ReadPidFile (Path path) noexcept |
Definition at line 91 of file PidFile.hxx.