Added joined flag.
authorArmin Novak <armin.novak@thincast.com>
Wed, 16 Jul 2014 10:01:18 +0000 (12:01 +0200)
committerArmin Novak <armin.novak@thincast.com>
Mon, 27 Oct 2014 10:28:12 +0000 (11:28 +0100)
winpr/libwinpr/thread/thread.h

index a6f0c3c..cd16c7a 100644 (file)
@@ -38,6 +38,7 @@ struct winpr_thread
        int pipe_fd[2];
        BOOL mainProcess;
        BOOL detached;
+       BOOL joined;
        BOOL exited;
        DWORD dwExitCode;
        pthread_t thread;