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:
Jim Warner 2017-09-14 00:00:00 -05:00 committed by Craig Small
parent daf7c86c01
commit 89775d5418

View File

@ -54,9 +54,9 @@
struct stacks_extent {
struct pids_stack **stacks;
int ext_numstacks;
struct stacks_extent *next;
struct pids_stack **stacks;
};
struct fetch_support {