Use pid_t instead of ints for PIDs

This commit is contained in:
Robbert van der Helm
2020-05-22 14:52:41 +02:00
parent 615d23e525
commit 5b4b62d7c4
+1 -1
View File
@@ -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) {