Changeset 662 for trunk/sx/sx.h

Show
Ignore:
Timestamp:
10/08/08 12:44:06 (5 months ago)
Author:
smoku
Message:

Implemented My IP Address extension

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/sx/sx.h

    r545 r662  
    247247    int                      tag; 
    248248 
     249        /* IP address of the connection */ 
     250        /* pointing to sess.ip and owned by sess structure */ 
     251        char                    *ip; 
     252 
    249253    /* callback */ 
    250254    sx_callback_t            cb;