Ignore:
Timestamp:
Sep 26, 2007, 1:55:04 AM (15 years ago)
Author:
charles
Message:

modify the tr_stat struct as hashed out by charles_ and BentMyWookie?. sync gtk, ipc, and wx clients.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/completion.c

    r3111 r3178  
    291291
    292292uint64_t
    293 tr_cpDownloadedValid( const tr_completion * cp )
     293tr_cpHaveValid( const tr_completion * cp )
    294294{
    295295    uint64_t b = 0;
     
    309309   return b;
    310310}
     311
     312uint64_t
     313tr_cpHaveTotal( const tr_completion * cp )
     314{
     315   return cp->completeHave;
     316}
Note: See TracChangeset for help on using the changeset viewer.