Files
nvtop/include
YiFei Zhu 8d00c79b09 typedef struct foo -> struct foo
Using typedef struct aliases is makes it more difficult to understand
what exactly is being abstrated away [1], I need this change to
understand the code.

nvmlDevice_t in continue to use nvmlDevice_t to make consistent
with nvml headers.

[1] https://www.kernel.org/doc/html/latest/process/coding-style.html#typedefs
2022-04-04 19:59:30 +02:00
..
2022-04-04 19:59:30 +02:00
2021-05-15 17:17:29 +02:00
2021-05-11 21:47:46 +02:00