File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ pid_t nsinfo__pid(const struct nsinfo *nsi)
266
266
return RC_CHK_ACCESS (nsi )-> pid ;
267
267
}
268
268
269
- pid_t nsinfo__in_pidns (const struct nsinfo * nsi )
269
+ bool nsinfo__in_pidns (const struct nsinfo * nsi )
270
270
{
271
271
return RC_CHK_ACCESS (nsi )-> in_pidns ;
272
272
}
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ void nsinfo__clear_need_setns(struct nsinfo *nsi);
58
58
pid_t nsinfo__tgid (const struct nsinfo * nsi );
59
59
pid_t nsinfo__nstgid (const struct nsinfo * nsi );
60
60
pid_t nsinfo__pid (const struct nsinfo * nsi );
61
- pid_t nsinfo__in_pidns (const struct nsinfo * nsi );
61
+ bool nsinfo__in_pidns (const struct nsinfo * nsi );
62
62
void nsinfo__set_in_pidns (struct nsinfo * nsi );
63
63
64
64
void nsinfo__mountns_enter (struct nsinfo * nsi , struct nscookie * nc );
You can’t perform that action at this time.
0 commit comments