You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
struct ffi
|
|
{
|
|
uint64_t nodeid;
|
|
uint64_t gen;
|
|
uid_t uid;
|
|
gid_t gid;
|
|
pid_t pid;
|
|
uint64_t fh;
|
|
char *name;
|
|
char path[0];
|
|
};
|