On Wed, Apr 4, 2012 at 1:07 PM, Jiri Svoboda <[email protected]> wrote:
>
> If you are connecting to a service with a user-supplied name, it should be 
> rather something like:
> const char *svc_name = "devices/\hw\pci0\00:01.0\com1\a";
> service_id_t svc_id;
>
> rc = loc_service_get_id(svc_name, &svc_id, 0);
> ...
> sess = loc_service_connect(EXCHANGE_SERIALIZE, kdev->svc_id, 0);
>
> Hope this helps

It helps a lot, thanks. I'll fix my code soon.

Regards,
-- 
--------------------
Maurizio Lombardi

_______________________________________________
HelenOS-devel mailing list
[email protected]
http://lists.modry.cz/cgi-bin/listinfo/helenos-devel

Reply via email to