-rw-r--r-- | test/idiscover.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/idiscover.cc b/test/idiscover.cc index 873da12..d9a7c62 100644 --- a/test/idiscover.cc +++ b/test/idiscover.cc @@ -23,3 +23,4 @@ ostream& operator<<(ostream& o,const opkele::xrd::service_t s) { << " URI: " << s.uris << endl - << " LocalID: " << s.local_ids << endl; + << " LocalID: " << s.local_ids << endl + << " ProviderID: " << s.provider_id << endl; o << "}"; @@ -44,2 +45,3 @@ int main(int argc,char **argv) { << "LocalID: " << discovery.xrd.local_ids << endl + << "ProviderID: " << discovery.xrd.provider_id << endl << "Services: " << discovery.xrd.services << endl; |