summaryrefslogtreecommitdiffabout
path: root/include/opkele/discovery.h
Unidiff
Diffstat (limited to 'include/opkele/discovery.h') (more/less context) (ignore whitespace changes)
-rw-r--r--include/opkele/discovery.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opkele/discovery.h b/include/opkele/discovery.h
index 5d7129b..7865fb2 100644
--- a/include/opkele/discovery.h
+++ b/include/opkele/discovery.h
@@ -12,6 +12,7 @@ namespace opkele {
12 void idiscover(idiscovery_t& result,const string& identity); 12 void idiscover(idiscovery_t& result,const string& identity);
13 13
14 struct idiscovery_t { 14 struct idiscovery_t {
15 bool xri_identity;
15 string normalized_id; 16 string normalized_id;
16 string canonicalized_id; 17 string canonicalized_id;
17 xrd::XRD_t xrd; 18 xrd::XRD_t xrd;