On 01/22/2016 11:18 AM, zPlus wrote: > From the gnunet-identity API [1], it looks like that the only way to > retrieve a list of egos is by calling #GNUNET_IDENTITY_connect and > registering a GNUNET_IDENTITY_Callback (which is invoked once for each > ego). > I'd like to know if there is any function that I can use to retrieve a > list of all egos, *after* I've already connected to the service.
Not really, you're supposed to know what information you'll need in your process and keep it around ;-). Theoretically, you could connect *again*, but that's not how you should do this.
signature.asc
Description: OpenPGP digital signature
_______________________________________________ GNUnet-developers mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnunet-developers
