[libpri-commits] rmudgett: branch group/issue14068 r747 - /team/group/issue14068/pri_internal.h
SVN commits to the libpri project
libpri-commits at lists.digium.com
Thu Apr 16 20:08:52 CDT 2009
Author: rmudgett
Date: Thu Apr 16 20:08:49 2009
New Revision: 747
URL: http://svn.digium.com/svn-view/libpri?view=rev&rev=747
Log:
Merged revision 746 from
http://svn.digium.com/svn/team/rmudgett/facility
..........
r746 | rmudgett | 2009-04-16 20:03:32 -0500 (Thu, 16 Apr 2009) | 1 line
The invoke ID is a 16 bit signed integer.
Modified:
team/group/issue14068/pri_internal.h
Modified: team/group/issue14068/pri_internal.h
URL: http://svn.digium.com/svn-view/libpri/team/group/issue14068/pri_internal.h?view=diff&rev=747&r1=746&r2=747
==============================================================================
--- team/group/issue14068/pri_internal.h (original)
+++ team/group/issue14068/pri_internal.h Thu Apr 16 20:08:49 2009
@@ -137,7 +137,7 @@
unsigned int q931_rxcount;
#endif
- unsigned char last_invoke; /* Last ROSE invoke ID */
+ short last_invoke; /* Last ROSE invoke ID */
unsigned char sendfacility;
};
More information about the libpri-commits
mailing list