Skip to content

Commit

Permalink
Merge pull request #64 from mikoxyz/fix-cfi
Browse files Browse the repository at this point in the history
src/iotop: correct pg_cb signature
  • Loading branch information
bbonev authored Feb 23, 2024
2 parents cea6d5c + ce383b3 commit 0eda55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iotop.h
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ inline int64_t monotime(void);
inline char *u8strpadt(const char *s,ssize_t len);
inline char *esc_low_ascii(char *p);

typedef void (*pg_cb)(pid_t pid,pid_t tid,void *hint1,void *hint2);
typedef void (*pg_cb)(pid_t pid,pid_t tid,struct xxxid_stats_arr *hint1,filter_callback hint2);
inline void pidgen_cb(pg_cb cb,void *hint1,void *hint2);


Expand Down

0 comments on commit 0eda55f

Please sign in to comment.