[svn-commits] kpfleming: branch linux/kpfleming/echocan_work r6359 - /linux/team/kpfleming/...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Apr 14 10:30:23 CDT 2009


Author: kpfleming
Date: Tue Apr 14 10:30:20 2009
New Revision: 6359

URL: http://svn.digium.com/svn-view/dahdi?view=rev&rev=6359
Log:
give these events clearer names

Modified:
    linux/team/kpfleming/echocan_work/include/dahdi/kernel.h

Modified: linux/team/kpfleming/echocan_work/include/dahdi/kernel.h
URL: http://svn.digium.com/svn-view/dahdi/linux/team/kpfleming/echocan_work/include/dahdi/kernel.h?view=diff&rev=6359&r1=6358&r2=6359
==============================================================================
--- linux/team/kpfleming/echocan_work/include/dahdi/kernel.h (original)
+++ linux/team/kpfleming/echocan_work/include/dahdi/kernel.h Tue Apr 14 10:30:20 2009
@@ -181,8 +181,8 @@
 			__u32 CED_rx_detected:1;
 			__u32 CNG_tx_detected:1;
 			__u32 CNG_rx_detected:1;
-			__u32 NLP_disabled:1;
-			__u32 NLP_enabled:1;
+			__u32 NLP_auto_disabled:1;
+			__u32 NLP_auto_enabled:1;
 		};
 	} events;
 };




More information about the svn-commits mailing list