summaryrefslogtreecommitdiff
path: root/examples/hello.c
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-09-29 01:17:06 -0400
committerIan Moffett <ian@osmora.org>2025-09-29 01:17:06 -0400
commite92588d33b8025799a06dd248d512d774c99e887 (patch)
tree058b3cdea96df94dbdb0127dc809240b8633437c /examples/hello.c
parentc237e0b558fa6ae2a1417f4b4df14212b8721ba8 (diff)
dgram: link: Improve reception, add timeouts, ++HEADmaster
- Add timeouts - Clean up padding, add length define Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'examples/hello.c')
-rw-r--r--examples/hello.c1
1 files changed, 1 insertions, 0 deletions
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 */