summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2007-01-18 04:29:40 +0100
committerMichael Brown2007-01-18 04:29:40 +0100
commit6601a7da6a8cce70348eea1acbcf4296657188b8 (patch)
treed84129cd6e7598f2fee9f288b22115fbc00d4c82 /src/include
parentAdd utility function to parse port from URI (diff)
downloadipxe-6601a7da6a8cce70348eea1acbcf4296657188b8.tar.gz
ipxe-6601a7da6a8cce70348eea1acbcf4296657188b8.tar.xz
ipxe-6601a7da6a8cce70348eea1acbcf4296657188b8.zip
Added async_uninit() to simplify failure paths.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/async.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/async.h b/src/include/gpxe/async.h
index b1ca1a1cc..42ee93d59 100644
--- a/src/include/gpxe/async.h
+++ b/src/include/gpxe/async.h
@@ -138,6 +138,7 @@ extern struct async_operations orphan_async_operations;
extern aid_t async_init ( struct async *async, struct async_operations *aop,
struct async *parent );
+extern void async_uninit ( struct async *async );
extern void async_ignore_signal ( struct async *async, enum signal signal );
extern void async_signal ( struct async *async, enum signal signal );
extern void async_signal_children ( struct async *async, enum signal signal );