summaryrefslogtreecommitdiff
path: root/ACE/ace/IO_SAP.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2014-03-17 09:52:07 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2014-03-17 09:52:07 +0000
commit90a9fde21d2740a082aea34d312934b117612e45 (patch)
tree528d32d1a131a109cc2fa2cc17fce39787eca11c /ACE/ace/IO_SAP.h
parent53fb4ee9fbf7c04908a78ea034f4af74b6cf6ee4 (diff)
downloadATCD-90a9fde21d2740a082aea34d312934b117612e45.tar.gz
Mon Mar 17 09:52:03 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/IO_SAP.h: * ace/IO_SAP.cpp: * ace/IPC_SAP.cpp: * ace/IPC_SAP.h: Don't try to cache the process id, but just call the ACE OS method when needed (which is just in some cases and the operation is inline). Fixes possible data races reported by Intel Inspector XE.
Diffstat (limited to 'ACE/ace/IO_SAP.h')
-rw-r--r--ACE/ace/IO_SAP.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ACE/ace/IO_SAP.h b/ACE/ace/IO_SAP.h
index cea8213e177..5475d89af12 100644
--- a/ACE/ace/IO_SAP.h
+++ b/ACE/ace/IO_SAP.h
@@ -81,9 +81,6 @@ protected:
private:
/// Underlying I/O handle.
ACE_HANDLE handle_;
-
- /// Cache the process ID.
- static pid_t pid_;
};
ACE_END_VERSIONED_NAMESPACE_DECL