summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/tftp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gpxe/tftp.h')
-rw-r--r--src/include/gpxe/tftp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gpxe/tftp.h b/src/include/gpxe/tftp.h
index 2359dcc45..551a6fc9d 100644
--- a/src/include/gpxe/tftp.h
+++ b/src/include/gpxe/tftp.h
@@ -135,7 +135,7 @@ struct tftp_session {
int state;
/** Asynchronous operation for this session */
- struct async_operation aop;
+ struct async async;
/** Retransmission timer */
struct retry_timer timer;
};