[Click] FromDump restart

Robert Ross rross at dsci.com
Mon Nov 26 06:31:28 EST 2007


 
Is it possible to reference globally scoped element declarations from
inside an ElementClass?

For example:

------------------------------------------

drop_dump :: TopDump(dump.pcap, SNAPLEN 0);

Elementclass test {
	input -> drop_dump -> output;
};

------------------------------------------

This throws an error indicating that "drop_dump" is an unknown element.

Robert Ross
DSCI Inc.




More information about the click mailing list