Tushar wrote: > Thanks and sorry. > I forgot to create device in /dev. > Now example_mt registers successfully with dazuko. Still I need to > perform more tests.
Hi, For Linux 2.2, Dazuko uses ioctl() rather than write(). I believe that this led to problems that multi-threaded applications couldn't communicate with Dazuko using multiple thread instances. This means that example_mt won't work (or will only work with one thread). There are technical issues with the 2.2 kernel that forces Dazuko to use the ioctl() interface. John Ogness -- Dazuko Maintainer _______________________________________________ Dazuko-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/dazuko-devel
