00001 /* 00002 * File: DistShare_pThreads.h 00003 * Author: fermat 00004 * 00005 * Created on 9. April 2010, 08:00 00006 */ 00007 00008 #ifndef _DISTSHARE_PTHREADS_H 00009 #define _DISTSHARE_PTHREADS_H 00010 00011 extern "C" { 00012 00013 void* VDRIVE_DistShare_runTest(void* args); 00014 00015 struct VDRIVE_DistShare_runTest_parm { 00016 uint64_t dist_id; 00017 uint16_t thread_id; 00018 }; 00019 00020 } 00021 #endif /* _DISTSHARE_PTHREADS_H */ 00022