mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
a3e3f83d9f
Useful for precise timing control for testing. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
10 lines
264 B
C
10 lines
264 B
C
#ifndef LIGHTNING_DAEMON_CONTROLLED_TIME_H
|
|
#define LIGHTNING_DAEMON_CONTROLLED_TIME_H
|
|
#include "config.h"
|
|
#include <ccan/short_types/short_types.h>
|
|
#include <ccan/time/time.h>
|
|
|
|
struct timeabs controlled_time(void);
|
|
|
|
#endif /* LIGHTNING_DAEMON_CONTROLLED_TIME_H */
|