blob: 0819ac27cd813211d47aaf86d6a30ce46027dd60 [file] [log] [blame]
package org.openflow.protocol;
public interface XidGenerator {
int nextXid();
}