blob: 65976dc498fbc01c777c05e4b76a71e1fdb6787c [file] [log] [blame]
Yotam Harcholf3f11152013-09-05 16:47:16 -07001package org.projectfloodlight.openflow.protocol;
2
3public interface XidGenerator {
4 int nextXid();
5}