From e92588d33b8025799a06dd248d512d774c99e887 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Mon, 29 Sep 2025 01:17:06 -0400 Subject: dgram: link: Improve reception, add timeouts, ++ - Add timeouts - Clean up padding, add length define Signed-off-by: Ian Moffett --- examples/hello.c | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/hello.c') diff --git a/examples/hello.c b/examples/hello.c index fd44bdd..ac443ca 100644 --- a/examples/hello.c +++ b/examples/hello.c @@ -55,6 +55,7 @@ static int data_send(void) { struct onet_link link; + char pad[SQUEAK_NPAD]; int error; /* Open a link */ -- cgit v1.2.3