Ignore:
Timestamp:
12/31/06 14:31:50 (5 years ago)
Author:
wd
Message:
  • Add a callback system implemented via macros.
  • Add callback support to sockets
  • Use the SCons determined SHLIBPREFIX and SHLIBSUFFIX for modules
  • Clean up queue.h (again) and add some new stuff from FreeBSD
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ithildin/lib/socket.c

    r787 r798  
    172172 
    173173    /* we only close the socket and mark it as dead, we reap dead sockets after 
    174      * the polling phase.  see reap_dead_sockets() */ 
     174     * the polling phase.  see reap_dead_sockets().  That said we do go 
     175     * ahead and cancel all callbacks for the socket immediately. */ 
     176    callback_cancel(sock); 
    175177    close_socket(sock); 
    176178    sock->state |= SOCKET_FL_DEAD; 
Note: See TracChangeset for help on using the changeset viewer.