diff options
author | Ian Moffett <ian@osmora.org> | 2025-09-29 01:17:06 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-09-29 01:17:06 -0400 |
commit | e92588d33b8025799a06dd248d512d774c99e887 (patch) | |
tree | 058b3cdea96df94dbdb0127dc809240b8633437c /examples/hello.c | |
parent | c237e0b558fa6ae2a1417f4b4df14212b8721ba8 (diff) |
- 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.c | 1 |
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 */ |