mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +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.
|
* from waiting indefinitely for the socket to be connected to.
|
||||||
*/
|
*/
|
||||||
struct GroupResponse {
|
struct GroupResponse {
|
||||||
int pid;
|
pid_t pid;
|
||||||
|
|
||||||
template <typename S>
|
template <typename S>
|
||||||
void serialize(S& s) {
|
void serialize(S& s) {
|
||||||
|
|||||||
Reference in New Issue
Block a user