Hi Ruben,
> I have a short question on the usage of the uniqueify() function. Here > is what doxygen says: > > WritablePacket *q = p->uniqueify(); > if (!q) > return 0; > // p must not be used here. > > Ok, p must not be used anymore, but do you have to call p->kill() to free > p? > No you do not have to call p->kill(), after uniqueify() you only need be concerned about q. Beyers _______________________________________________ click mailing list [email protected] https://amsterdam.lcs.mit.edu/mailman/listinfo/click
