summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-05-23 11:58:13 +0530
committerPatrick Williams <patrick@stwcx.xyz>2017-06-03 17:18:35 +0000
commit75c0d3e1d6a871326290074434007e6b4d677d0a (patch)
tree4307c99eb9ad9e0914779513f1013b87ae5d7b88
parent02dcec3c5ca2e38c22fcc83f98ee82ca5aeeccf4 (diff)
downloadphosphor-dbus-interfaces-75c0d3e1d6a871326290074434007e6b4d677d0a.tar.gz
phosphor-dbus-interfaces-75c0d3e1d6a871326290074434007e6b4d677d0a.zip
Watchdog: Update Interface yaml file to remove signal
Initial thought behind watchdog implementation was that when the timer expires, it would broadcast a signal. A better design was thought of in the meantime and that would call into a user requested target post timer expiration. Change-Id: Ibe148ed5cd0e8d72949324f64c87704a8e9e7236 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
-rw-r--r--xyz/openbmc_project/State/Watchdog.interface.yaml4
1 files changed, 0 insertions, 4 deletions
diff --git a/xyz/openbmc_project/State/Watchdog.interface.yaml b/xyz/openbmc_project/State/Watchdog.interface.yaml
index 80da655..7ba0c1e 100644
--- a/xyz/openbmc_project/State/Watchdog.interface.yaml
+++ b/xyz/openbmc_project/State/Watchdog.interface.yaml
@@ -17,9 +17,5 @@ properties:
Time remaining before timeout, in mili-second.
Setting this property can re-arm the watchdog.
default: 0
-signals:
- - name: Timeout
- description: >
- Signal indicating that watchdog timed out.
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
OpenPOWER on IntegriCloud