Changeset 40549 for trunk/Ohana/src/opihi/dvo/dvo_host_utils.c
- Timestamp:
- Oct 20, 2018, 8:58:31 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/dvo_host_utils.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/dvo_host_utils.c
r40408 r40549 13 13 int TIME = time(NULL); 14 14 int PID = getpid(); 15 snprintf (uniquer, 12, "%05d.%05d", PID, TIME % 100000);15 snprintf_nowarn (uniquer, 12, "%05d.%05d", PID, TIME % 100000); 16 16 17 17 // write the dvo comment (host independent)
Note:
See TracChangeset
for help on using the changeset viewer.
