From 40303fc819bc509f5593bf07c082f3d116023c18 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sun, 30 Dec 2007 21:09:33 +0000 Subject: idiscover: dump ProviderID Signed-off-by: Michael Krelin --- (limited to 'test') diff --git a/test/idiscover.cc b/test/idiscover.cc index 873da12..d9a7c62 100644 --- a/test/idiscover.cc +++ b/test/idiscover.cc @@ -21,7 +21,8 @@ ostream& operator<<(ostream& o,const opkele::xrd::service_t s) { ostream_iterator(o," ")); o << endl << " URI: " << s.uris << endl - << " LocalID: " << s.local_ids << endl; + << " LocalID: " << s.local_ids << endl + << " ProviderID: " << s.provider_id << endl; o << "}"; } @@ -42,6 +43,7 @@ int main(int argc,char **argv) { clog << endl << "CanonicalID: " << discovery.xrd.canonical_ids << endl << "LocalID: " << discovery.xrd.local_ids << endl + << "ProviderID: " << discovery.xrd.provider_id << endl << "Services: " << discovery.xrd.services << endl; } }catch(exception& e) { -- cgit v0.9.0.2