From 1a8c2e2c0e19625af742f3600f4222622ca8ffb5 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Mon, 5 Feb 2007 17:18:57 +0000 Subject: make a change to deal with buggy gcc 4.1 compilers git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2084 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- zaptel.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'zaptel.h') diff --git a/zaptel.h b/zaptel.h index 5434af3..b58261d 100644 --- a/zaptel.h +++ b/zaptel.h @@ -1379,10 +1379,10 @@ struct zt_transcoder_channel { int errorstatus; int offset; struct { - unsigned int chan_built:1; - unsigned int busy:1; - unsigned int transient:1; - unsigned int have_reference:1; + unsigned int chan_built; + unsigned int busy; + unsigned int transient; + unsigned int have_reference; } flags; unsigned int built_fmts; unsigned int srcfmt; -- cgit v1.2.3