projects
/
platform
/
upstream
/
freerdp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7acdbda
)
Added joined flag.
author
Armin Novak
<armin.novak@thincast.com>
Wed, 16 Jul 2014 10:01:18 +0000
(12:01 +0200)
committer
Armin Novak
<armin.novak@thincast.com>
Mon, 27 Oct 2014 10:28:12 +0000
(11:28 +0100)
winpr/libwinpr/thread/thread.h
patch
|
blob
|
history
diff --git
a/winpr/libwinpr/thread/thread.h
b/winpr/libwinpr/thread/thread.h
index
a6f0c3c
..
cd16c7a
100644
(file)
--- a/
winpr/libwinpr/thread/thread.h
+++ b/
winpr/libwinpr/thread/thread.h
@@
-38,6
+38,7
@@
struct winpr_thread
int pipe_fd[2];
BOOL mainProcess;
BOOL detached;
+ BOOL joined;
BOOL exited;
DWORD dwExitCode;
pthread_t thread;