Mon Sep 20 2010 00:34:49

Asterisk developer's documentation


Public Member Functions | Data Fields

event_channel Struct Reference

Collaboration diagram for event_channel:
Collaboration graph
[legend]

Public Member Functions

 AST_LIST_ENTRY (event_channel)

Data Fields

SaEvtChannelHandleT handle
char name [1]
struct {
   struct publish_event *   first
   struct publish_event *   last
publish_events
 subscribe_events

Detailed Description

Definition at line 97 of file evt.c.


Member Function Documentation

AST_LIST_ENTRY ( event_channel   )  [inline]

Definition at line 98 of file evt.c.

{


Field Documentation

Definition at line 100 of file evt.c.

SaEvtChannelHandleT handle

Definition at line 100 of file evt.c.

char name[1]

Definition at line 102 of file evt.c.

Referenced by ais_evt_show_event_channels(), build_event_channel(), and event_channel_destroy().

struct { ... } publish_events

Definition at line 99 of file evt.c.

Referenced by add_subscribe_event(), ais_evt_show_event_channels(), and event_channel_destroy().


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