fix scheduler plugin example

This commit is contained in:
Onur Satici 2019-05-03 11:56:00 +01:00
parent eb41c9c5fc
commit 78f7027f66

View File

@ -27,6 +27,7 @@ import (
type CommunicatingPlugin struct{}
var _ = framework.ReservePlugin(CommunicatingPlugin{})
var _ = framework.PrebindPlugin(CommunicatingPlugin{})
// Name is the name of the plug used in Registry and configurations.
const Name = "multipoint-communicating-plugin"