socket: Serialize auxiliary file descriptors
authorPaweł Szewczyk <p.szewczyk@samsung.com>
Fri, 5 Oct 2018 12:48:39 +0000 (14:48 +0200)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Mon, 12 Feb 2024 15:37:43 +0000 (16:37 +0100)
commit47f3a0d75b878fe316dcc5c78dd4b1765170e4fc
treea6fba13ea0bd2aab9c20857c6ede8a28ddb21115
parentabd2bcb791d840b1aa75c96e824eef370bf769be
socket: Serialize auxiliary file descriptors

When socket is serialized/deserialized it's important to keep all file
descriptors. This commit adds the serialization of auxiliary fds.

For now, only ffs sockets are using auxiliary descriptors.

Change-Id: I5fea0152fee51560e160fe5df4806b55a5b369d6
Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>
src/core/socket.c