Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107424168
D47315.id145548.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
704 B
Referenced Files
None
Subscribers
None
D47315.id145548.diff
View Options
diff --git a/sys/kern/uipc_socket.c b/sys/kern/uipc_socket.c
--- a/sys/kern/uipc_socket.c
+++ b/sys/kern/uipc_socket.c
@@ -5044,6 +5044,7 @@
xso->so_uid = so->so_cred->cr_uid;
xso->so_pgid = so->so_sigio ? so->so_sigio->sio_pgid : 0;
SOCK_LOCK(so);
+ xso->so_fibnum = so->so_fibnum;
if (SOLISTENING(so)) {
xso->so_qlen = so->sol_qlen;
xso->so_incqlen = so->sol_incqlen;
diff --git a/sys/sys/socketvar.h b/sys/sys/socketvar.h
--- a/sys/sys/socketvar.h
+++ b/sys/sys/socketvar.h
@@ -615,7 +615,8 @@
uint32_t so_qlimit;
pid_t so_pgid;
uid_t so_uid;
- int32_t so_spare32[8];
+ int so_fibnum;
+ int32_t so_spare32[7];
int16_t so_type;
int16_t so_options;
int16_t so_linger;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 14, 11:41 PM (5 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15802344
Default Alt Text
D47315.id145548.diff (704 B)
Attached To
Mode
D47315: socket: Export the FIB number of sockets
Attached
Detach File
Event Timeline
Log In to Comment