blob: 4d5d4706fb3b7bcc7731efb29ef052a52a02b459 [file] [log] [blame]
package org.onlab.onos.net.host;
import org.onlab.onos.net.ProviderService;
/**
* Means of conveying host information to the core.
*/
public interface HostProviderService extends ProviderService {
void hostDetected(HostDescription hostDescription);
}