summaryrefslogtreecommitdiff
path: root/channels/iax2.h
diff options
context:
space:
mode:
authorMatteo Brancaleoni <mbrancaleoni@espia.it>2003-03-16 06:00:11 +0000
committerMatteo Brancaleoni <mbrancaleoni@espia.it>2003-03-16 06:00:11 +0000
commit7640e83360c2dfc792091caeaea05cc9fce0635c (patch)
tree9235ce2b731423c7bd45914947a3e092a690abe9 /channels/iax2.h
parentd1b666fc56402c803b014f2891a98acd64d83672 (diff)
Sun Mar 16 07:00:01 CET 2003
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@646 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/iax2.h')
-rwxr-xr-xchannels/iax2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/iax2.h b/channels/iax2.h
index a51e7cdf1..5d911f750 100755
--- a/channels/iax2.h
+++ b/channels/iax2.h
@@ -138,11 +138,11 @@ struct ast_iax2_meta_hdr {
struct ast_iax2_meta_trunk_hdr {
unsigned int ts; /* 32-bit timestamp for all messages */
unsigned char data[0];
-};
+} __attribute__ ((__packed__));
struct ast_iax2_meta_trunk_entry {
unsigned short callno; /* Call number */
unsigned short len; /* Length of data for this callno */
-};
+} __attribute__ ((__packed__));
#endif