New commits:
http://git.directfb.org/?p=core/linux-fusion.git;a=commit;h=ee4c73c060fc15d0f6ec5fe1f822ba63b4ccfdaf
commit ee4c73c060fc15d0f6ec5fe1f822ba63b4ccfdaf
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Sat May 26 20:39:30 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.

 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 ++++++++++++++++++---------------
 12 files changed, 317 insertions(+), 96 deletions(-)


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

Reply via email to