![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "NFSFile.h"
#include "threads/SingleLock.h"
#include "utils/log.h"
#include "utils/StringUtils.h"
#include "utils/URIUtils.h"
#include "network/DNSNameCache.h"
#include "threads/SystemClock.h"
#include <nfsc/libnfs.h>
#include <nfsc/libnfs-raw-mount.h>
Macros | |
#define | KEEP_ALIVE_TIMEOUT 360 |
#define | CONTEXT_TIMEOUT 360000 |
#define | CONTEXT_INVALID 0 |
#define | CONTEXT_NEW 1 |
#define | CONTEXT_CACHED 2 |
Variables | |
CNfsConnection | gNfsConnection |
#define CONTEXT_CACHED 2 |
#define CONTEXT_INVALID 0 |
#define CONTEXT_NEW 1 |
#define CONTEXT_TIMEOUT 360000 |
#define KEEP_ALIVE_TIMEOUT 360 |
CNfsConnection gNfsConnection |