Am 26.09.2016 um 13:44 hat Peter Lieven geschrieben: > Signed-off-by: Peter Lieven <p...@kamp.de> > --- > util/coroutine-sigaltstack.c | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) > > diff --git a/util/coroutine-sigaltstack.c b/util/coroutine-sigaltstack.c > index 9c2854c..d9c7f66 100644 > --- a/util/coroutine-sigaltstack.c > +++ b/util/coroutine-sigaltstack.c > @@ -33,6 +33,7 @@ > typedef struct { > Coroutine base; > void *stack; > + size_t stack_size; > sigjmp_buf env; > } CoroutineUContext;
Not related to your patch, but somehow I feel some renaming would be in order... (compare the struct name and the source file name) Kevin