summaryrefslogtreecommitdiff
path: root/src/network/lookup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/lookup.h')
-rw-r--r--src/network/lookup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/lookup.h b/src/network/lookup.h
index 19c9e488..4e45d869 100644
--- a/src/network/lookup.h
+++ b/src/network/lookup.h
@@ -7,6 +7,7 @@ struct address {
int family;
unsigned scopeid;
uint8_t addr[16];
+ int sortkey;
};
struct service {