blob: 0819ac27cd813211d47aaf86d6a30ce46027dd60 [file] [log] [blame]
Andreas Wundsam27303462013-07-16 12:52:35 -07001package org.openflow.protocol;
2
3public interface XidGenerator {
4 int nextXid();
5}