commit | fd43ef7bb48260aadd4d8335371f75015e680108 | [log] [tgz] |
---|---|---|
author | Petr Machata <pmachata@redhat.com> | Fri Feb 10 12:25:11 2012 +0100 |
committer | Petr Machata <pmachata@redhat.com> | Thu Apr 19 00:55:01 2012 +0200 |
tree | 670a49fee3c1972dc0c88146895bc7cab80e59d7 | |
parent | 366c2f46d844f040458df9b7e35fc3b8527ed2d3 [diff] [blame] |
Move the Process typedef to proc.h
diff --git a/proc.h b/proc.h index 75062ad..9b80556 100644 --- a/proc.h +++ b/proc.h
@@ -47,6 +47,7 @@ * have Process for the whole group and Task for what's there for * per-thread stuff. But for now this is the less invasive way of * structuring it. */ +typedef struct Process Process; struct Process { enum process_state state; Process * parent; /* needed by STATE_BEING_CREATED */