|
The Assimilation Monitoring Project
|
Defines Listener interfaces for packets coming from the Collective Authority. More...


Go to the source code of this file.
Data Structures | |
| struct | _AuthListener |
| This is the AuthListener class. object - which (authorizes and) obeys packets from the Authority. More... | |
| struct | _ObeyFrameSetTypeMap |
| Structure associating FrameSet class types with actions to perform when they're received. More... | |
Typedefs | |
| typedef struct _AuthListener | AuthListener |
| typedef struct _ObeyFrameSetTypeMap | ObeyFrameSetTypeMap |
| typedef void(* | AuthListenerAction )(AuthListener *, FrameSet *, NetAddr *) |
| WINEXPORT AuthListener * | authlistener_new (gsize listen_objsize, ObeyFrameSetTypeMap *map, ConfigContext *config, gboolean autoack) |
| Create an AuthListener. More... | |
Defines Listener interfaces for packets coming from the Collective Authority.
Each of the packets thus received are acted on appropriately.
This file is part of the Assimilation Project.
The Assimilation software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with the Assimilation Project software. If not, see http://www.gnu.org/licenses/
Definition in file authlistener.h.
| typedef struct _AuthListener AuthListener |
Definition at line 31 of file authlistener.h.