Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dncsi_util.cpp760 struct IidFd struct
762 int fd;
763 IidFd(int _fd) : fd(_fd) {}; in IidFd() argument
764 ~IidFd() in ~IidFd()