commit | 352c912b0a525977a8e6fa1f87c15d9f71943642 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Oct 24 16:47:56 2019 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Wed Dec 18 18:07:31 2019 +0100 |
tree | d0059a3d25f1fae377e927c529e63defbf483265 | |
parent | 2d602bf28316e2f61a553f13d279f3d74c2e5189 [diff] |
tsacct: add 64-bit btime field As there is only a 32-bit ac_btime field in taskstat and we should handle dates after the overflow, add a new field with the same information but 64-bit width that can hold a full time64_t. Signed-off-by: Arnd Bergmann <arnd@arndb.de>