Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r796 committed - Build fix

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r796 committed - Build fix


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r796 committed - Build fix
  • Date: Mon, 07 Jan 2013 17:52:46 +0000

Revision: 796
Author:

Date: Mon Jan 7 09:51:37 2013
Log: Build fix
http://code.google.com/p/ndt/source/detail?r=796

Modified:
/trunk/src/logging.c

=======================================
--- /trunk/src/logging.c Thu Nov 15 13:34:19 2012
+++ /trunk/src/logging.c Mon Jan 7 09:51:37 2013
@@ -36,7 +36,7 @@
static I2LogImmediateAttr _immediateattr_nl;
static I2LogImmediateAttr _immediateattr;
static time_t timestamp;
-static int64_t utimestamp;
+static long int utimestamp;

/**
* Compress snaplog, tcpdump, and cputime files to save disk space.
@@ -763,7 +763,7 @@
* Return the previously recorded utimestamp.
* @return The utimestamp
*/
-int64_t get_utimestamp() {
+long int get_utimestamp() {
return utimestamp;
}



  • [ndt-dev] [ndt] r796 committed - Build fix, ndt, 01/07/2013

Archive powered by MHonArc 2.6.16.

Top of Page