BUG-956 deadlock by rpc invocation - phase2
[openflowplugin.git] / openflowplugin / src / main / java / org / opendaylight / openflowplugin / openflow / md / OFConstants.java
index f125390447563577557ddaa4e06a2da11bd9a27b..bbc2786e5a4f010814e1bdaeaed19ea546485e72 100644 (file)
@@ -39,4 +39,9 @@ public class OFConstants {
     public static final int MAC_ADDRESS_LENGTH = 6;
     public static final int SIZE_OF_LONG_IN_BYTES = 8;
     public static final int SIGNUM_UNSIGNED = 1;
+    
+    /** RpcError application tag */
+    public static final String APPLICATION_TAG = "OPENFLOW_PLUGIN";
+    /** RpcError tag - timeout */
+    public static final String ERROR_TAG_TIMEOUT = "TIMOUT";
 }