forked from richardcochran/linuxptp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
port: Provide a common method for updating the port state.
When computing the next port state based on a FSM event, much of the logic will stay the same for OC, BC, and TC nodes. - handling a fault ASAP - INITIALIZING state handling - showing the transition in the log - sending notifications This patch moves this common code into a global port method, making it available to future TC implementations. Signed-off-by: Richard Cochran <[email protected]>
- Loading branch information
1 parent
c170405
commit 866da10
Showing
2 changed files
with
54 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters