Skip to content

Commit

Permalink
Use correct data type for class Data
Browse files Browse the repository at this point in the history
  • Loading branch information
NanXiao authored and drzaeus77 committed Aug 25, 2017
1 parent 23fc589 commit e12f55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/filelife.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@

class Data(ct.Structure):
_fields_ = [
("pid", ct.c_ulonglong),
("pid", ct.c_uint),
("delta", ct.c_ulonglong),
("comm", ct.c_char * TASK_COMM_LEN),
("fname", ct.c_char * DNAME_INLINE_LEN)
Expand Down

0 comments on commit e12f55a

Please sign in to comment.