Ignore:
Timestamp:
Nov 29, 2012, 1:59:04 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/lib/pthreadpool/pthreadpool.h

    r745 r751  
    9191 *
    9292 * @param[in]   pool            The pool to query for finished jobs
    93  * @return                      The job_id of the finished job
     93 * @param[out]  pjobid          The job_id of the finished job
     94 * @return                      success: 0, failure: errno
    9495 */
    95 int pthreadpool_finished_job(struct pthreadpool *pool);
     96int pthreadpool_finished_job(struct pthreadpool *pool);
    9697
    9798#endif
Note: See TracChangeset for help on using the changeset viewer.