Skip to content

Commit

Permalink
Fix missing variable definition
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Dormond <[email protected]>
  • Loading branch information
odormond committed Nov 4, 2021
1 parent 26cd948 commit 1e768db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions psutil/_psutil_osx.c
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ static PyObject *
psutil_proc_pidtaskinfo_oneshot(PyObject *self, PyObject *args) {
pid_t pid;
struct proc_taskinfo pti;
struct mach_timebase_info info;
uint64_t total_user, total_system;

if (! PyArg_ParseTuple(args, _Py_PARSE_PID, &pid))
Expand Down

0 comments on commit 1e768db

Please sign in to comment.