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
Yuta HIGUCHI
2014-10-04 21:35:03 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2d48cedbd7c99a90e6d713f26867438659469d70
2d48cedb
1 parent
0cf00995
Addded missing javadoc
Change-Id: I97b263dcefb865b32d9cfa50e83d340f7026a3df
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
core/api/src/main/java/org/onlab/onos/cluster/MastershipService.java
core/api/src/main/java/org/onlab/onos/cluster/MastershipService.java
View file @
2d48ced
...
...
@@ -17,6 +17,7 @@ public interface MastershipService {
* Returns the role of the local node for the specified device, without
* triggering master selection.
*
* @param deviceId the the identifier of the device
* @return role of the current node
*/
MastershipRole
getLocalRole
(
DeviceId
deviceId
);
...
...
Please
register
or
login
to post a comment