diff options
Diffstat (limited to 'src/charon/control/interfaces/interface.h')
-rw-r--r-- | src/charon/control/interfaces/interface.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/charon/control/interfaces/interface.h b/src/charon/control/interfaces/interface.h index 1949556cc..955f4a4eb 100644 --- a/src/charon/control/interfaces/interface.h +++ b/src/charon/control/interfaces/interface.h @@ -27,6 +27,10 @@ typedef struct interface_t interface_t; /** * @brief Interface for a controller. + * + * An interface controls the daemon by calling functions on the + * interface_manager. All interfaces are manager by the interface_manager + * in a generic way, so they need their own class. * * @b Constructors: * - interface_create() of one of the modules |