From d2b113f2c4f11acfaee1b2e0fd2f03744a89f6d4 Mon Sep 17 00:00:00 2001 From: Super User Date: Sat, 14 Jun 2008 08:34:50 +0200 Subject: changed long to int (64 bit system's compatibilty) --- chan_lcr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chan_lcr.h') diff --git a/chan_lcr.h b/chan_lcr.h index 0ca58d5..c24a666 100644 --- a/chan_lcr.h +++ b/chan_lcr.h @@ -14,7 +14,7 @@ struct bchannel; struct chan_call { struct chan_call *next; /* link to next call instance */ int state; /* current call state CHAN_LCR_STATE */ - unsigned long ref; /* callref for this channel */ + unsigned int ref; /* callref for this channel */ void *ast; /* current asterisk channel */ int pbx_started; /* indicates if pbx que is available */ -- cgit v1.2.3-55-g7522