v3/process: unbreak on OpenBSD
Fix camel case: GetpageSizeWithContext -> GetPageSizeWithContext
This commit is contained in:
parent
340db113de
commit
0178a24563
|
@ -241,7 +241,7 @@ func (p *Process) MemoryInfoWithContext(ctx context.Context) (*MemoryInfoStat, e
|
|||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
pageSize, err := mem.GetpageSizeWithContext(ctx)
|
||||
pageSize, err := mem.GetPageSizeWithContext(ctx)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue