#include <interface.h>
Data Fields | |
| struct interface * | dest |
| Destination interface. | |
| struct refcnt * | refcnt |
| Reference counter. | |
Definition at line 15 of file interface.h.
struct interface* interface::dest [read] |
Destination interface.
When messages are sent via this interface, they will be delivered to the destination interface.
This pointer may never be NULL. When the interface is unplugged, it should point to a null interface.
Definition at line 24 of file interface.h.
Referenced by job_init(), plug(), and resolv_init().
struct refcnt* interface::refcnt [read] |
Reference counter.
If this interface is not part of a reference-counted object, this field may be NULL.
Definition at line 30 of file interface.h.
Referenced by job_init(), resolv_init(), and xfer_init().
1.5.7.1