File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/unix/linux_like/linux Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -325,6 +325,7 @@ pub const SO_PEERSEC: ::c_int = 31;
325
325
pub const SO_SNDBUFFORCE : :: c_int = 32 ;
326
326
pub const SO_RCVBUFFORCE : :: c_int = 33 ;
327
327
pub const SO_PASSSEC : :: c_int = 34 ;
328
+ pub const SO_INCOMING_CPU : :: c_int = 49 ;
328
329
329
330
pub const SA_SIGINFO : :: c_int = 0x00000004 ;
330
331
pub const SA_NOCLDWAIT : :: c_int = 0x00000002 ;
Original file line number Diff line number Diff line change @@ -383,6 +383,7 @@ pub const SO_RCVBUFFORCE: ::c_int = 33;
383
383
pub const SO_PASSSEC : :: c_int = 34 ;
384
384
pub const SO_PROTOCOL : :: c_int = 38 ;
385
385
pub const SO_DOMAIN : :: c_int = 39 ;
386
+ pub const SO_INCOMING_CPU : :: c_int = 49 ;
386
387
387
388
pub const SA_ONSTACK : :: c_int = 0x08000000 ;
388
389
pub const SA_SIGINFO : :: c_int = 0x00000004 ;
You can’t perform that action at this time.
0 commit comments