Skip to content
Commit 4f4c7bf5 authored by Peter Wu's avatar Peter Wu Committed by Alan Coopersmith
Browse files

Add support for process ID and names



Adds the process ID and name of the other side. Useful if you have
multiple clients. Support for OpenBSD could be added in theory since
it has a similar "struct sockpeercred" structure (not sure about
process name though).

After this change, the process ID and name (when available) will be
appended between parentheses:

     0.01: Client (pid 23433 xdpyinfo) -->    4 bytes
             ............REQUEST: ListExtensions
     0.01:                                   332 bytes <-- X11 Server (pid 8290 Xorg)
                                             ..............REPLY: ListExtensions
                                                           names: (29)

Signed-off-by: default avatarPeter Wu <peter@lekensteyn.nl>
Signed-off-by: default avatarAlan Coopersmith <alan.coopersmith@oracle.com>
parent 902239ab
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment