On Sun, 02.02.14 12:18, Shawn Landden (sh...@churchofgit.com) wrote: Please elaborate what this is supposed to do?
> --- > src/core/manager.c | 29 +++++++++++++++++++++-------- > 1 file changed, 21 insertions(+), 8 deletions(-) > > diff --git a/src/core/manager.c b/src/core/manager.c > index 634b141..74fb52d 100644 > --- a/src/core/manager.c > +++ b/src/core/manager.c > @@ -1275,9 +1275,10 @@ static int manager_dispatch_notify_fd(sd_event_source > *source, int fd, uint32_t > }; > > union { > - struct cmsghdr cmsghdr; > + struct msghdr msghdr; Hmm? THis is the buffer for the control data, and hence cmsghdr is appropriate, not msghdr... What are you trying to do? Lennart -- Lennart Poettering, Red Hat _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel