git: kernel - kqueue - move kq_kev out of struct kqueue

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Jan 2 22:14:04 PST 2010


commit 10f6680a4f6684751aaae0965abfe140f19e9231
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Jan 2 13:59:47 2010 -0800

    kernel - kqueue - move kq_kev out of struct kqueue
    
    * Move kqueue->kq_kev from the kqueue structure to the stack.

Summary of changes:
 sys/kern/kern_event.c |   21 +++++++++++----------
 sys/sys/eventvar.h    |    4 ++--
 2 files changed, 13 insertions(+), 12 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/10f6680a4f6684751aaae0965abfe140f19e9231


-- 
DragonFly BSD source repository





More information about the Commits mailing list