Skip to content

Commit

Permalink
Update pid.h
Browse files Browse the repository at this point in the history
  • Loading branch information
dvershinin committed Mar 20, 2024
1 parent 11dee23 commit a01fc78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/pid.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
struct process_id {
unsigned ip;
short port;
unsigned int pid;
unsigned short pid;
int utime;
};

struct process_id_ext {
unsigned ip;
short port;
unsigned int pid;
unsigned short pid;
int utime;
int actor_id;
};
Expand Down

0 comments on commit a01fc78

Please sign in to comment.