User process credentials
Source position: unxsockh.inc line 19
type ucred = record |
||
pid: cuint32; |
|
Process ID |
uid: cuint32; |
|
User ID |
gid: cuint32; |
|
Group ID |
end; |
ucred is used for socket control messages with type SCM_CREDENTIALS.
|
socket control messages : credentials |