summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMadhusudan.C.S <madhusudancs@gmail.com>2008-08-18 17:15:00 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2010-08-01 01:29:21 +0200
commit0419c2813a91d0746cc70f4ecab33efca4b9440c (patch)
tree1e966dece8b5d082bd2e944060bdea73f69f909b /ChangeLog
parent802ea16ef91b30bc4fa9a61779b5c3602219bb1d (diff)
2008-08-14 Madhusudan.C.S <madhusudancs@gmail.com>
* procfs.h: (jiffy_t): New typedef. * procfs_pid.h: "procfs.h" is included. (struct procfs_pid_files): Changed all the occurrences of time_t to jiffy_t. * procfs_pid_files.c: Removed "procfs.h". (adjust_jiffy_time): Changed return type from time_t to jiffy_t. Changed the type of jiffy_time variable from time_t to jiffy_t. (get_live_threads_time): Changed the type of utime and stime from time_t to jiffy_t. (get_stat_data): Changed the type of utime and stime from time_t to jiffy_t.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb175529..7cf16618 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,19 @@
2008-08-14 Madhusudan.C.S <madhusudancs@gmail.com>
+ * procfs.h: (jiffy_t): New typedef.
+ * procfs_pid.h: "procfs.h" is included.
+ (struct procfs_pid_files): Changed all the
+ occurrences of time_t to jiffy_t.
+ * procfs_pid_files.c: Removed "procfs.h".
+ (adjust_jiffy_time): Changed return type
+ from time_t to jiffy_t.
+ Changed the type of jiffy_time variable
+ from time_t to jiffy_t.
+ (get_live_threads_time): Changed the type
+ of utime and stime from time_t to jiffy_t.
+ (get_stat_data): Changed the type of utime
+ and stime from time_t to jiffy_t.
+
+2008-08-14 Madhusudan.C.S <madhusudancs@gmail.com>
* ChangeLog: New file.
* AUTHORS: New file.