mirror of
https://github.com/timmbogner/Farm-Data-Relay-System
synced 2024-11-10 07:10:42 +00:00
Merge branch 'One_GateWay_to_Rulle_Them_All'
This commit is contained in:
commit
2f045fc181
@ -27,10 +27,7 @@ typedef struct Peer_t{
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool operator==(Peer_t c){
|
bool operator==(Peer_t c){
|
||||||
if(memcmp(this->peer,c.peer,6) == 0){
|
return (memcmp(this->peer,c.peer,6) == 0);
|
||||||
return true;
|
|
||||||
}
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}Peer_t;
|
}Peer_t;
|
||||||
|
Loading…
Reference in New Issue
Block a user