|
nfs-ganesha 1.4
|
#include <sys/param.h>#include <unistd.h>#include <string.h>#include <dirent.h>#include <sys/types.h>#include <sys/stat.h>#include <sys/time.h>#include <stdio.h>#include <stdlib.h>#include "tests.h"#include "Connectathon_config_parsing.h"Go to the source code of this file.
Defines | |
| #define | MAXFILES 512 |
| #define | BITMOD 8 |
| #define | BIT(x) (bitmap[(x) / BITMOD] & (1 << ((x) % BITMOD)) ) |
| #define | SETBIT(x) (bitmap[(x) / BITMOD] |= (1 << ((x) % BITMOD)) ) |
| #define | CLRBIT(x) (bitmap[(x) / BITMOD] &= ~(1 << ((x) % BITMOD)) ) |
Functions | |
| int | main (int argc, char *argv[]) |
1.7.3