Home
last modified time | relevance | path

Searched defs:ClientContext (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/journal/
Djournald-context.h12 typedef struct ClientContext ClientContext; typedef
16 struct ClientContext { struct
17 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 …]