Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Browse Source
View Tickets
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 625d5f9
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
05/28/15 13:23:10 (
9 years
ago)
Author:
Hal Finkel <hfinkel@…>
Branches:
master
Children:
ebd57f8
Parents:
97550d2
git-author:
Hal Finkel <hfinkel@…> (05/28/15 13:23:10)
git-committer:
Hal Finkel <hfinkel@…> (05/28/15 13:23:10)
Message:
just use .memlog as the suffix
File:
1 edited
memlog.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
memlog.c
r97550d2
r625d5f9
35
35
36
36
char log_name[PATH_MAX];
37
snprintf(log_name, PATH_MAX, "%s.%d.mem
ory.log_file
", u.nodename, getpid());
37
snprintf(log_name, PATH_MAX, "%s.%d.mem
log
", u.nodename, getpid());
38
38
log_file = fopen(log_name, "w");
39
39
if (!log_file)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive