LCOV - code coverage report
Current view: top level - shared - watchdog.h (source / functions) Hit Total Coverage
Test: systemd_full.info Lines: 0 3 0.0 %
Date: 2019-08-23 13:36:53 Functions: 0 1 0.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : /* SPDX-License-Identifier: LGPL-2.1+ */
       2                 :            : #pragma once
       3                 :            : 
       4                 :            : #include <stdbool.h>
       5                 :            : 
       6                 :            : #include "time-util.h"
       7                 :            : #include "util.h"
       8                 :            : 
       9                 :            : int watchdog_set_device(char *path);
      10                 :            : int watchdog_set_timeout(usec_t *usec);
      11                 :            : int watchdog_ping(void);
      12                 :            : void watchdog_close(bool disarm);
      13                 :            : 
      14                 :          0 : static inline void watchdog_free_device(void) {
      15                 :          0 :         (void) watchdog_set_device(NULL);
      16                 :          0 : }

Generated by: LCOV version 1.14