[libss7-commits] rmudgett: trunk r314 - /trunk/libss7.h

SVN commits to the libss7 project libss7-commits at lists.digium.com
Thu Aug 9 13:11:13 CDT 2012


Author: rmudgett
Date: Thu Aug  9 13:11:10 2012
New Revision: 314

URL: http://svnview.digium.com/svn/libss7?view=rev&rev=314
Log:
Added ABI compatibility define.

Modified:
    trunk/libss7.h

Modified: trunk/libss7.h
URL: http://svnview.digium.com/svn/libss7/trunk/libss7.h?view=diff&rev=314&r1=313&r2=314
==============================================================================
--- trunk/libss7.h (original)
+++ trunk/libss7.h Thu Aug  9 13:11:10 2012
@@ -31,6 +31,15 @@
 
 #ifndef _LIBSS7_H
 #define _LIBSS7_H
+
+/*!
+ * Bump this for each libss7 Application Binary Interface (ABI)
+ * change that makes the ABI/API incompatible with previous
+ * versions.  This is expected to just be the major version of
+ * the libss7 branches.
+ */
+#define LIBSS7_ABI_COMPATIBILITY	2
+
 
 /* Internal -- MTP2 events */
 #define SS7_EVENT_UP		1	/*!< SS7 link up */




More information about the libss7-commits mailing list