interface Struct Reference

An object communication interface. More...

#include <interface.h>


Data Fields

struct interfacedest
 Destination interface.
struct refcntrefcnt
 Reference counter.


Detailed Description

An object communication interface.

Definition at line 15 of file interface.h.


Field Documentation

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().


The documentation for this struct was generated from the following file:

Generated on Tue Apr 6 20:02:06 2010 for gPXE by  doxygen 1.5.7.1