summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gpxe/hello.h')
-rw-r--r--src/include/gpxe/hello.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gpxe/hello.h b/src/include/gpxe/hello.h
index 18d0b3781..31e035cd7 100644
--- a/src/include/gpxe/hello.h
+++ b/src/include/gpxe/hello.h
@@ -44,7 +44,7 @@ struct hello_request {
struct tcp_application tcp;
/** Asynchronous operation */
- struct async_operation aop;
+ struct async async;
};
extern struct async_operation * say_hello ( struct hello_request *hello );