mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Use pid_t instead of ints for PIDs
This commit is contained in:
@@ -606,7 +606,7 @@ struct std::hash<GroupRequest> {
|
||||
* from waiting indefinitely for the socket to be connected to.
|
||||
*/
|
||||
struct GroupResponse {
|
||||
int pid;
|
||||
pid_t pid;
|
||||
|
||||
template <typename S>
|
||||
void serialize(S& s) {
|
||||
|
||||
Reference in New Issue
Block a user