[asterisk-dev] OT: C problems with access to "struct ast_frame.data" member
Arkadi Shishlov
arkadi.shishlov at gmail.com
Sun May 24 15:56:47 CDT 2009
Holger Wirtz wrote:
> struct ast_frame {
> ...
> /*! Pointer to actual data */
> union { void *ptr; uint32_t uint32; char pad[8]; } data;
use f->data.ptr
More information about the asterisk-dev
mailing list