<html lang='en'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title>
GitLab
</title>
</meta>
</head>
<style>
  img {
    max-width: 100%;
    height: auto;
  }
  p.details {
    font-style:italic;
    color:#777
  }
  .footer p {
    font-size:small;
    color:#777
  }
  pre.commit-message {
    white-space: pre-wrap;
  }
  .file-stats a {
    text-decoration: none;
  }
  .file-stats .new-file {
    color: #090;
  }
  .file-stats .deleted-file {
    color: #B00;
  }
</style>
<body>
<div class='content'>
<h3>Shane Snyder pushed to branch mmap-dev at <a href="https://xgitlab.cels.anl.gov/darshan/darshan">darshan / darshan</a></h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://xgitlab.cels.anl.gov/darshan/darshan/commit/c52fed2ab6003450f09061823d57bbe9c9a0ecf5">c52fed2a</a></strong>
<div>
<span>by Shane Snyder</span>
<i>at 2016-01-14T16:22:32Z</i>
</div>
<pre class='commit-message'>typos in darshan-diff</pre>
</li>
</ul>
<h4>1 changed file:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
darshan-util/darshan-diff.c
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://xgitlab.cels.anl.gov/darshan/darshan/commit/c52fed2ab6003450f09061823d57bbe9c9a0ecf5#diff-0'>
<strong>
darshan-util/darshan-diff.c
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/darshan-util/darshan-diff.c
</span><span style="color: #000000;background-color: #ddffdd">+++ b/darshan-util/darshan-diff.c
</span><span style="color: #aaaaaa">@@ -246,14 +246,14 @@ int main(int argc, char *argv[])
</span>                 /* get corresponding file name for each record */
                 if(mod_buf1)
                 {
<span style="color: #000000;background-color: #ffdddd">-                    HASH_FIND(hlink, name_hash1, &(base_rec1->f_id),
</span><span style="color: #000000;background-color: #ddffdd">+                    HASH_FIND(hlink, name_hash1, &(base_rec1->id),
</span>                         sizeof(darshan_record_id), name_ref1);
                     assert(name_ref1);
                     file_name1 = name_ref1->name;
                 }
                 if(mod_buf2)
                 {
<span style="color: #000000;background-color: #ffdddd">-                    HASH_FIND(hlink, name_hash2, &(base_rec2->f_id),
</span><span style="color: #000000;background-color: #ddffdd">+                    HASH_FIND(hlink, name_hash2, &(base_rec2->id),
</span>                         sizeof(darshan_record_id), name_ref2);
                     assert(name_ref2);
                     file_name2 = name_ref2->name;
<span style="color: #aaaaaa">@@ -316,7 +316,7 @@ int main(int argc, char *argv[])
</span>                 mod_rec2 = rec_ref2->mod_recs[i];
                 base_rec2 = (struct darshan_base_record *)mod_rec2->mod_dat;
 
<span style="color: #000000;background-color: #ffdddd">-                HASH_FIND(hlink, name_hash2, &(base_rec2->f_id),
</span><span style="color: #000000;background-color: #ddffdd">+                HASH_FIND(hlink, name_hash2, &(base_rec2->id),
</span>                     sizeof(darshan_record_id), name_ref2);
                 assert(name_ref2);
                 file_name2 = name_ref2->name;
</code></pre>

<br>
</li>

</div>
<div class='footer' style='margin-top: 10px;'>
<p>

<br>
<a href="https://xgitlab.cels.anl.gov/darshan/darshan/commit/c52fed2ab6003450f09061823d57bbe9c9a0ecf5">View it on GitLab</a>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://xgitlab.cels.anl.gov/darshan/darshan/commit/c52fed2ab6003450f09061823d57bbe9c9a0ecf5"}}</script>
</p>
</div>
</body>
</html>