Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Madan Jampani
2014-10-10 17:27:06 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d2054d4dfcc92221fd3483b5c542b4aec4181bb5
d2054d4d
1 parent
a97e8204
Fixed link anti-entropy message serialization
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
core/store/dist/src/main/java/org/onlab/onos/store/link/impl/GossipLinkStore.java
core/store/dist/src/main/java/org/onlab/onos/store/link/impl/GossipLinkStore.java
View file @
d2054d4
...
...
@@ -115,6 +115,8 @@ public class GossipLinkStore
.
register
(
DistributedStoreSerializers
.
COMMON
)
.
register
(
InternalLinkEvent
.
class
)
.
register
(
InternalLinkRemovedEvent
.
class
)
.
register
(
LinkAntiEntropyAdvertisement
.
class
)
.
register
(
LinkFragmentId
.
class
)
.
build
()
.
populate
(
1
);
}
...
...
Please
register
or
login
to post a comment