mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Allow core:net to be imported with -default-to-panic-allocator.
This commit is contained in:
@@ -261,6 +261,9 @@ DNS_Configuration :: struct {
|
||||
resolv_conf: string,
|
||||
hosts_file: string,
|
||||
|
||||
resolv_conf_buf: [128]u8,
|
||||
hosts_file_buf: [128]u8,
|
||||
|
||||
// TODO: Allow loading these up with `reload_configuration()` call or the like,
|
||||
// so we don't have to do it each call.
|
||||
name_servers: []Endpoint,
|
||||
|
||||
Reference in New Issue
Block a user