|
The Assimilation Monitoring Project
|
Defines Generic Listener interfaces. More...
#include <projectcommon.h>#include <assimobj.h>#include <netaddr.h>#include <frameset.h>#include <configcontext.h>#include <netgsource.h>

Go to the source code of this file.
Data Structures | |
| struct | _Listener |
| This is the Listener class. object - which generically listens for packets. More... | |
Typedefs | |
| typedef struct _Listener | Listener |
Functions | |
| WINEXPORT Listener * | listener_new (ConfigContext *config, gsize listen_objsize) |
| Construct a new Listener - setting up GSource and timeout data structures for it. More... | |
Defines Generic Listener interfaces.
This file defines interfaces for the Base Listener class. It listens for packets from a variety of sources.
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 listener.h.
Definition at line 33 of file listener.h.