Stuff to say for the next video.
parent
bbf7e669ff
commit
4421ee31c4
|
@ -0,0 +1,14 @@
|
|||
# functions
|
||||
|
||||
var received_fd = @as(i32, cmsg.dataPtr().*);
|
||||
|
||||
std.mem.copy(u8, buffer, &msg_buffer);
|
||||
|
||||
@ptrCast(*std.x.os.Socket.Message, &m)
|
||||
|
||||
os.exit(0xff);
|
||||
|
||||
# Functions done
|
||||
|
||||
receive_fd
|
||||
send_fd
|
Reference in New Issue