Ignore:
Timestamp:
Jun 19, 2013 6:47:43 AM (11 years ago)
Author:
riza
Message:

Re #1680: Add initial support for Win64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pjlib-test/sock_perf.c

    r3553 r4537  
    4545 */ 
    4646static int sock_producer_consumer(int sock_type, 
    47                                   unsigned buf_size, 
     47                                  pj_size_t buf_size, 
    4848                                  unsigned loop,  
    4949                                  unsigned *p_bandwidth) 
     
    5555    unsigned i; 
    5656    pj_highprec_t elapsed, bandwidth; 
    57     pj_size_t total_received; 
     57    pj_highprec_t total_received; 
    5858    pj_status_t rc; 
    5959 
Note: See TracChangeset for help on using the changeset viewer.