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