From 4e20d73bb52326261f8cf49c20d6de2edea309ee Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 15 Jan 2007 08:49:10 +0000 Subject: Gave asynchronous operations approximate POSIX signal semantics. This will enable us to cascade async operations, which is necessary in order to properly support DNS. (For example, an HTTP request may have to redirect to a new location and will have to perform a new DNS lookup, so we can't just rely on doing the name lookup at the time of parsing the initial URL). Anything other than HTTP is probably broken right now; I'll fix the others up asap. --- src/include/gpxe/hello.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/gpxe/hello.h') 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 ); -- cgit v1.2.3-55-g7522