Hi Martin,
On Monday 27 November 2006 17:59, Martin Knoblauch wrote:
> > while the original libe package llist.h is:
> >
> > typedef struct _llist_entry {
> > struct _llist_entry *prev; /* Previous entry on list */
> > struct _llist_entry *next; /* Next entry on list */
> > void *val; /* Entry value */
> > } llist_entry;
> >
> >
>
> the "libe" version looks more textbook like. I think we should take it
> :-)
okay, fixed in ganglia trunk.
Looking at the gexec SVN tree I saw that it includes older versions of gexec,
libe and authd. The libe version we have didn't have llist.h included, yet. So
maybe this should be the first step, to update these packages to the latest
versions.
Regards,
Erich