From c038b7538efc6c22a822cff35a4aa3080ee710c9 Mon Sep 17 00:00:00 2001 From: nick black Date: Mon, 1 Nov 2021 21:46:37 -0400 Subject: [PATCH] [input] make delaybound_to_deadline() inline --- src/lib/in.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/in.c b/src/lib/in.c index 401675f7a..6e3d97a37 100644 --- a/src/lib/in.c +++ b/src/lib/in.c @@ -2125,7 +2125,7 @@ internal_get(inputctx* ictx, const struct timespec* ts, ncinput* ni){ } // FIXME kill off for API3, and expect an absolute deadline directly -static void +static inline void delaybound_to_deadline(const struct timespec* ts, struct timespec* absdl){ if(ts){ // incoming ts is a delay bound, but we want an absolute deadline for