Don't set deprecated parent_pid on FD object
authorAntoine Busque <antoinebusque@gmail.com>
Tue, 31 Mar 2015 20:31:15 +0000 (16:31 -0400)
committerAntoine Busque <antoinebusque@gmail.com>
Tue, 31 Mar 2015 20:31:15 +0000 (16:31 -0400)
linuxautomaton/linuxautomaton/sched.py

index 3071ae6bc393191b8f3652cdbbb709676a6c1637..5eae9e8850bc072a0b5dca903dd9fb0bf1f67f3f 100644 (file)
@@ -136,7 +136,6 @@ class SchedStateProvider(sp.StateProvider):
         for fd in parent_proc.fds:
             old_fd = parent_proc.fds[fd]
             child_proc.fds[fd] = sv.FD.new_from_fd(old_fd)
-            child_proc.fds[fd].parent = parent_pid
 
         self._state.tids[child_tid] = child_proc
 
This page took 0.024439 seconds and 5 git commands to generate.