[process]: add missing argment to process_fallback.

pull/616/head
shirou 7 years ago
parent eead265362
commit cce2d16538

@ -118,7 +118,7 @@ func (p *Process) Foreground() (bool, error) {
return p.ForegroundWithContext(context.Background())
}
func (p *Process) ForegroundWithContext() (bool, error) {
func (p *Process) ForegroundWithContext(ctx context.Context) (bool, error) {
return false, common.ErrNotImplementedError
}
func (p *Process) Uids() ([]int32, error) {

Loading…
Cancel
Save