library: normalize stacks_extent struct layout, <PIDS>
This patch just rearranges 1 item in the stacks_extent struct to make it equivalent to all the other modules. Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
parent
daf7c86c01
commit
89775d5418
@ -54,9 +54,9 @@
|
|||||||
|
|
||||||
|
|
||||||
struct stacks_extent {
|
struct stacks_extent {
|
||||||
struct pids_stack **stacks;
|
|
||||||
int ext_numstacks;
|
int ext_numstacks;
|
||||||
struct stacks_extent *next;
|
struct stacks_extent *next;
|
||||||
|
struct pids_stack **stacks;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct fetch_support {
|
struct fetch_support {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user