aboutsummaryrefslogtreecommitdiff
path: root/pflocal/sock.h
diff options
context:
space:
mode:
Diffstat (limited to 'pflocal/sock.h')
-rw-r--r--pflocal/sock.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pflocal/sock.h b/pflocal/sock.h
index c1e73f9b..64b030e5 100644
--- a/pflocal/sock.h
+++ b/pflocal/sock.h
@@ -85,6 +85,10 @@ struct sock
/* A connection queue we're attempting to connect through; a socket may
only be attempting one connection at a time. */
struct connq *connect_queue;
+
+ /* Effective identity of the creator of the socket */
+ uid_t uid;
+ gid_t gid;
};
/* Socket flags */