mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-22 21:01:00 +02:00
ONOS-1922 KryoExceptions at org.onosproject.core.ApplicationRole
Change-Id: I2465784b33a25af98fbf8a9acf098c469a7115f0
This commit is contained in:
parent
732bb2e013
commit
32b937014b
@ -38,6 +38,7 @@ import org.onosproject.cluster.Leadership;
|
||||
import org.onosproject.cluster.LeadershipEvent;
|
||||
import org.onosproject.cluster.NodeId;
|
||||
import org.onosproject.cluster.RoleInfo;
|
||||
import org.onosproject.core.ApplicationRole;
|
||||
import org.onosproject.core.DefaultApplication;
|
||||
import org.onosproject.core.DefaultApplicationId;
|
||||
import org.onosproject.core.DefaultGroupId;
|
||||
@ -249,6 +250,7 @@ public final class KryoNamespaces {
|
||||
Version.class,
|
||||
ControllerNode.State.class,
|
||||
ApplicationState.class,
|
||||
ApplicationRole.class,
|
||||
DefaultApplication.class,
|
||||
Device.Type.class,
|
||||
Port.Type.class,
|
||||
|
Loading…
x
Reference in New Issue
Block a user