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.

11 lines
159 B

  1. struct ffi
  2. {
  3. uint64_t nodeid;
  4. uint64_t gen;
  5. uid_t uid;
  6. gid_t gid;
  7. pid_t pid;
  8. uint64_t fh;
  9. char *name;
  10. char path[0];
  11. };