Skip to content

Commit

Permalink
Alarm support
Browse files Browse the repository at this point in the history
- extracted PTP datatypes and primitives to separate
  headers so they can be used with no circular
  dependencies
- asynchronous alarm processing for multiple conditions:
  alarms and one-off events, aging out
- processing alarms in alarms.c - TODO: SNMP traps
- TODO: alarm initial delay, repsect disabled flag
- added alarm status line to status file
  • Loading branch information
wowczarek committed Dec 15, 2015
1 parent 0d76afb commit 68d892c
Show file tree
Hide file tree
Showing 21 changed files with 1,927 additions and 1,601 deletions.
2 changes: 2 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ ptpd2_SOURCES = \
arith.c \
bmc.c \
constants.h \
ptp_primitives.h \
ptp_datatypes.h \
datatypes.h \
dep/constants_dep.h \
dep/datatypes_dep.h \
Expand Down
193 changes: 103 additions & 90 deletions src/bmc.c

Large diffs are not rendered by default.

Loading

0 comments on commit 68d892c

Please sign in to comment.