[Gtk-gnutella-devel] Re: Small patch for bsched.c

2004-08-25 Thread Raphael Manfredi
Quoting Russell Franci <[EMAIL PROTECTED]> from ml.softs.gtk-gnutella.devel: :Attached is a very small patch which allows src/core/bsched.c to be :compiled on BSD. Thanks, applied. Raphael --- SF.Net email is sponsored by Shop4tech.com-Lowest

[Gtk-gnutella-devel] Small patch for bsched.c

2004-08-25 Thread Russell Franci
Attached is a very small patch which allows src/core/bsched.c to be compiled on BSD. Thanks, Russ Index: src/core/bsched.c === RCS file: /cvsroot/gtk-gnutella/gtk-gnutella-current/src/core/bsched.c,v retrieving revision 1.1 diff -u -

[Gtk-gnutella-devel] Re: Callbacks between GUI and core?

2004-08-25 Thread Raphael Manfredi
Quoting alex <[EMAIL PROTECTED]> from ml.softs.gtk-gnutella.devel: :When I updated the bitzi core code I decided on a call-back system for :updating the GUI given the async nature of Bitzi requests. However I've :noted the changes made in splitting core and GUI functionality have :added an extra la

[Gtk-gnutella-devel] Callbacks between GUI and core?

2004-08-25 Thread alex
Hi, When I updated the bitzi core code I decided on a call-back system for updating the GUI given the async nature of Bitzi requests. However I've noted the changes made in splitting core and GUI functionality have added an extra layer of indirection. Is this going to be allowable for the GUI to