Sat Apr 26 2014 22:03:23

Asterisk developer's documentation


ast_msg Struct Reference

A message. More...

Collaboration diagram for ast_msg:

Data Fields

struct ast_strbody
struct ast_strcontext
struct ast_strexten
struct ast_strfrom
struct ast_strto
struct ao2_containervars

Detailed Description

A message.

Todo:
Consider whether stringfields would be an appropriate optimization here.

Definition at line 210 of file message.c.


Field Documentation

struct ast_str* body

Definition at line 213 of file message.c.

Referenced by ast_msg_alloc(), ast_msg_get_body(), ast_msg_set_body(), and msg_destructor().

struct ast_str* exten
struct ast_str* from

Definition at line 212 of file message.c.

Referenced by ast_msg_alloc(), ast_msg_set_from(), msg_destructor(), and msg_func_read().

struct ast_str* to

Definition at line 211 of file message.c.

Referenced by ast_msg_alloc(), ast_msg_set_to(), msg_destructor(), and msg_func_read().


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