Home
last modified time | relevance | path

Searched defs:unix_fd_type (Results 1 – 1 of 1) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/message/
H A Dnative_types.hpp154 struct unix_fd_type struct
156 int fd;
159 unix_fd_type(int f) : fd(f) {} in unix_fd_type() argument
161 operator int() const in operator int()