Ignore:
Timestamp:
May 1, 2007 6:36:15 AM (17 years ago)
Author:
bennylp
Message:

Fixed build error on Linux

File:
1 edited

Legend:

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

    r1235 r1236  
    333333        struct thread_arg *arg; 
    334334 
    335         arg = (thread_arg*) pj_pool_zalloc(pool, sizeof(*arg)); 
     335        arg = (struct thread_arg*) pj_pool_zalloc(pool, sizeof(*arg)); 
    336336        arg->id = i; 
    337337        arg->ioqueue = ioqueue; 
Note: See TracChangeset for help on using the changeset viewer.