Changeset 2322
- Timestamp:
- 11/15/06 09:25:40 (7 years ago)
- Files:
-
- 1 modified
-
natfw-nslp/trunk/src/test_stress.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
natfw-nslp/trunk/src/test_stress.cpp
r2284 r2322 58 58 59 59 static ThreadStarter<ntlp::NTLPStarter, ntlp::NTLPStarterParam> *ntlp_starter; 60 61 62 static natfw::session_id sid; // the session_id to use 60 63 61 64 … … 168 171 169 172 ntlp_msg *msg = new ntlp_msg( 170 s ession_id(), // Creates a new ID each time173 sid, 171 174 create, 172 175 mri_pc,