Moved pthread specific code in src/threads/pthread.c

pthread example doesn't compile du to the lack of
libssh_threads_native.so library
This commit is contained in:
Aris Adamantiadis
2010-09-06 14:51:01 +02:00
parent f7842e3a4b
commit 2cca490076
4 changed files with 85 additions and 75 deletions

View File

@@ -12,7 +12,6 @@
#define NUM_LOOPS 20000
#endif
#define NUM_THREADS 100
SSH_THREADS_PTHREAD(ssh_pthread_callbacks);
static void setup(){
printf("setup\n");