Changeset 3170


Ignore:
Timestamp:
Sep 25, 2007, 10:37:23 PM (15 years ago)
Author:
charles
Message:
  • fix oops from last checkin
  • remove some unused fields from internal structures
Location:
trunk/libtransmission
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/internal.h

    r3155 r3170  
    123123    uint8_t                    obfuscatedHash[SHA_DIGEST_LENGTH];
    124124
    125     uint8_t                  * azId;
    126 
    127125    /* Where to download */
    128126    char                     * destination;
  • trunk/libtransmission/peer-mgr.c

    r3169 r3170  
    12381238    }
    12391239
    1240 #if 0
    12411240    /* maybe connect to some new peers */
    12421241    if( t->isRunning && (liveCount<MAX_CONNECTED_PEERS_PER_TORRENT) )
     
    12831282        tr_free( pool );
    12841283    }
    1285 #endif
    12861284
    12871285    return TRUE;
  • trunk/libtransmission/torrent.c

    r3167 r3170  
    305305
    306306    tor->handle   = h;
    307     tor->azId     = h->azId;
    308307    tor->hasChangedState = -1;
    309308    tor->pexDisabled = 0;
  • trunk/libtransmission/transmission.h

    r3111 r3170  
    686686struct tr_msg_list
    687687{
    688     int                  level;
     688    uint8_t              level;
    689689    time_t               when;
    690690    char               * message;
Note: See TracChangeset for help on using the changeset viewer.