added min/max calcs
This commit is contained in:
@ -28,4 +28,9 @@ struct ping_pkt {
|
||||
char msg[64 - sizeof(struct icmphdr)];
|
||||
};
|
||||
|
||||
struct ping_delta {
|
||||
int ms_top;
|
||||
int ms_bottom;
|
||||
};
|
||||
|
||||
#endif //MAIN_H
|
||||
|
Reference in New Issue
Block a user