Searched defs:psshfs_ctx (Results 1 – 1 of 1) sorted by relevance
155 struct psshfs_ctx { struct156 int numconnections;157 int sshfd;158 int sshfd_data;159 pid_t sshpid;160 pid_t sshpid_data;162 const char *mountpath;163 char **sshargs;165 int protover;166 int extensions;[all …]