Searched defs:ClientContext (Results 1 – 1 of 1) sorted by relevance
12 typedef struct ClientContext ClientContext; typedef16 struct ClientContext { struct17 unsigned n_ref;18 unsigned lru_index;19 usec_t timestamp;20 bool in_lru;22 pid_t pid;23 uid_t uid;24 gid_t gid;26 char *comm;[all …]