New commits:
http://git.directfb.org/?p=core/linux-fusion.git;a=commit;h=bde4efe60fb841f7fd54902c1e1f37c43885f07c
commit bde4efe60fb841f7fd54902c1e1f37c43885f07c
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Sat May 26 19:52:58 2007 +0200

    Implemented a callback mechanism to get notified when all
    recipients have processed the dispatched message.
    
    Added FUSION_REACTOR_SET_DISPATCH_CALLBACK ioctl to bind
    a FusionCall to a reactor..

 Makefile                              |   23 +++---
 linux/drivers/char/fusion/call.c      |    8 +-
 linux/drivers/char/fusion/entries.c   |    2 +-
 linux/drivers/char/fusion/fifo.h      |    8 ++
 linux/drivers/char/fusion/fusiondev.c |   21 ++++--
 linux/drivers/char/fusion/fusiondev.h |    4 +-
 linux/drivers/char/fusion/fusionee.c  |  101 +++++++++++++++++++++-----
 linux/drivers/char/fusion/fusionee.h  |    5 +-
 linux/drivers/char/fusion/reactor.c   |  122 ++++++++++++++++++++++++++++++--
 linux/drivers/char/fusion/reactor.h   |    6 ++
 linux/drivers/char/fusion/shmpool.c   |    3 +-
 linux/drivers/char/fusion/types.h     |    9 ++-
 linux/include/linux/fusion.h          |  124 ++++++++++++++++++---------------
 13 files changed, 329 insertions(+), 107 deletions(-)


_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs

Reply via email to