TrinityCore
|
#include <efsw/FileWatcherInotify.hpp>
#include <unistd.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <string.h>
#include <stdio.h>
#include <errno.h>
#include <sys/inotify.h>
#include <efsw/FileSystem.hpp>
#include <efsw/System.hpp>
#include <efsw/Debug.hpp>
Namespaces | |
efsw | |
Macros | |
#define | BUFF_SIZE ((sizeof(struct inotify_event)+FILENAME_MAX)*1024) |
#define BUFF_SIZE ((sizeof(struct inotify_event)+FILENAME_MAX)*1024) |