]> xenbits.xensource.com Git - unikraft/unikraft.git/commit
lib/posix-socket: Remove posix-fdtab dependency
authorAndrei Tatar <andrei@unikraft.io>
Thu, 22 Feb 2024 19:40:25 +0000 (20:40 +0100)
committerUnikraft Bot <monkey@unikraft.io>
Tue, 4 Feb 2025 10:22:02 +0000 (10:22 +0000)
commit7a7125138b333a1bccf65a133a808c88ad3c67c3
treefe625c8f1a68aa10ea67c308c165d33a7eb0e1f7
parent0ba34bf36145aca6bcb909b4c49a3e7e582616e5
lib/posix-socket: Remove posix-fdtab dependency

This change makes posix-fdtab no longer a hard dependency of
posix-socket, allowing socket operations using the internal API without
needing a userspace-visible fdtab.

Signed-off-by: Andrei Tatar <andrei@unikraft.io>
Reviewed-by: Sergiu Moga <sergiu@unikraft.io>
Approved-by: Sergiu Moga <sergiu@unikraft.io>
GitHub-Closes: #1437
lib/posix-socket/include/uk/socket.h
lib/posix-socket/socket.c