Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(655)

Unified Diff: src/include/tcsd.h

Issue 3581012: Upgrade from trousers 0.3.3 to 0.3.6 and from testsuite 0.2 to 0.3. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/trousers.git
Patch Set: git cl push Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/include/Makefile.am ('k') | src/include/tddl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/include/tcsd.h
diff --git a/src/include/tcsd.h b/src/include/tcsd.h
index 711ea10553a8ff2b27f5bd9627b09362235f2bd9..1f72e05fad78dc9410d137ccf7e3ebf8ef7145bf 100644
--- a/src/include/tcsd.h
+++ b/src/include/tcsd.h
@@ -134,7 +134,7 @@ struct tcsd_thread_data
{
int sock;
UINT32 context;
- THREAD_TYPE thread_id;
+ THREAD_TYPE *thread_id;
char *hostname;
struct tcsd_comm_data comm;
};
« no previous file with comments | « src/include/Makefile.am ('k') | src/include/tddl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698