From 58383f07af80dfd5b5c18e5158291c3d8caefbe7 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Thu, 13 Dec 2007 18:33:20 +0000 Subject: keep track of whether the identity being discovered is XRI Signed-off-by: Michael Krelin --- (limited to 'include') 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 { void idiscover(idiscovery_t& result,const string& identity); struct idiscovery_t { + bool xri_identity; string normalized_id; string canonicalized_id; xrd::XRD_t xrd; -- cgit v0.9.0.2