diff options
author | Michael Brown | 2015-08-17 14:16:33 +0200 |
---|---|---|
committer | Michael Brown | 2015-08-17 14:24:39 +0200 |
commit | dc9d24e7d29ae6926fcafadbc8ca4089f0aae616 (patch) | |
tree | 0ff04cd3e1dddb1d789be0544e957536402e08ac /src/include/ipxe/errfile.h | |
parent | [http] Rewrite HTTP core to support content encodings (diff) | |
download | ipxe-dc9d24e7d29ae6926fcafadbc8ca4089f0aae616.tar.gz ipxe-dc9d24e7d29ae6926fcafadbc8ca4089f0aae616.tar.xz ipxe-dc9d24e7d29ae6926fcafadbc8ca4089f0aae616.zip |
[peerdist] Add segment discovery mechanism
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/errfile.h')
-rw-r--r-- | src/include/ipxe/errfile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h index 979747ae..e1837d15 100644 --- a/src/include/ipxe/errfile.h +++ b/src/include/ipxe/errfile.h @@ -252,6 +252,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #define ERRFILE_httpauth ( ERRFILE_NET | 0x00420000 ) #define ERRFILE_httpbasic ( ERRFILE_NET | 0x00430000 ) #define ERRFILE_httpdigest ( ERRFILE_NET | 0x00440000 ) +#define ERRFILE_peerdisc ( ERRFILE_NET | 0x00450000 ) #define ERRFILE_image ( ERRFILE_IMAGE | 0x00000000 ) #define ERRFILE_elf ( ERRFILE_IMAGE | 0x00010000 ) |