[Darshan-commits] [Git][darshan/darshan][autoperf-mod] Fixes for review. Update incomplete function so that it obvious that it's not complete

Kevin Harms xgitlab at cels.anl.gov
Fri Mar 16 16:19:04 CDT 2018


Kevin Harms pushed to branch autoperf-mod at darshan / darshan


Commits:
1d10dfa6 by Kevin Harms at 2018-03-16T21:18:56+00:00
Fixes for review. Update incomplete function so that it obvious that it's not complete

- - - - -


1 changed file:

- darshan-util/darshan-logutils.c


Changes:

=====================================
darshan-util/darshan-logutils.c
=====================================
--- a/darshan-util/darshan-logutils.c
+++ b/darshan-util/darshan-logutils.c
@@ -1956,6 +1956,8 @@ int darshan_log_stats (darshan_fd fd)
     memset(&fdata, 0, sizeof(fdata));
     memset(&pdata, 0, sizeof(pdata));
 
+    assert(0); // not ready for primetime yet
+
     buf = malloc(DEF_MOD_BUF_SIZE);
     if (!buf)
     {
@@ -2006,7 +2008,7 @@ int darshan_log_stats (darshan_fd fd)
         }
     }
 
-    return;
+    return 0;
 }
 
 



View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/1d10dfa6458cd7771897b593171ec85ceefb9e25

---
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/1d10dfa6458cd7771897b593171ec85ceefb9e25
You're receiving this email because of your account on xgitlab.cels.anl.gov.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-commits/attachments/20180316/904f4161/attachment.html>


More information about the Darshan-commits mailing list