mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 17:42:47 +03:00
[syslog] Include hostname within syslog messages where possible
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -35,4 +35,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
/** Syslog priority */
|
||||
#define SYSLOG_PRIORITY( facility, severity ) ( 8 * (facility) + (severity) )
|
||||
|
||||
extern int syslog_send ( struct interface *xfer, unsigned int severity,
|
||||
const char *message, const char *terminator );
|
||||
|
||||
#endif /* _IPXE_SYSLOG_H */
|
||||
|
||||
Reference in New Issue
Block a user