hi ,
the RPC function number in each interface is limited by 9 , I have more
than 9 functions . Genode  have away to do that by  manually constructing
the type list of RPC functions instead of using the convenience macro

 typedef Meta::Type_tuple<Rpc_myfunc1,
         Meta::Type_tuple<Rpc_myfunc2,
                          Meta::Empty> >
         Rpc_functions;


I add that to my intrface session but i get the next error
*error: ‘Meta’ does not name a type*
and another error
* no type named ‘Rpc_functions’ in ‘struct myrpcsession::Session’*
I looked to the "cpu_session.h" and tried to do same but i think i miss
some thing .
any clue?
best ,

mohammad
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Genode-main mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/genode-main

Reply via email to