[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

classifier?



Hi All,


I have created a new type of Node ;mynode;  which uses a new classifier
;myclassifier;. This one references a classifier Address following this
scheme.
Node entry -> myclassifier -> classifier address.

I have defined in  mynode instprc mk-default-classifier {
.........
$myclassifier_ install 0 $classifier_

.........
}

when I run my simulation script, I obtain this error:

-o24 : no target for slot 1

could anyone help please ?

hajer