BUG-1006 - removal of bulkTransactionCache
[openflowplugin.git] / openflowplugin / src / main / java / org / opendaylight / openflowplugin / openflow / md / core / SwitchConnectionDistinguisher.java
index 909093a926b6f13b9bd761a1c9494747bde4d71f..69f960b9695bdf6492ebf6728dddd85a34c6fd9d 100644 (file)
@@ -12,9 +12,10 @@ package org.opendaylight.openflowplugin.openflow.md.core;
  * @author mirehak
  */
 public interface SwitchConnectionDistinguisher {
+    
     /**
      * @return encoded switch session identifier
      */
-    public byte[] getId();
+    public long getCookie();
 
 }