Hi all

I'm new and I'm researching OpenSC.

I'm tracing the "card->ops" variable in opensc-explorer.c, which points
to a list of functions to be called.
I want to know when that list is populated, to see how OpenSC know to
call the function specific to the connected card (function for OpenGPG
for example).

I just found this line:
memcpy(card->ops, card->driver->ops, sizeof(struct sc_card_operations));
but cannot trace any longer the driver->ops list.

Please help.

-- 

Regards,
Quân

_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to