I created a customized pipeline stage function called abc() in a file called xyz.ps.c, but errors occur when I try to use it in one of my scenarios.Why can't I execute my simulation using a custom pipeline stage?

Categories:
Solution Number:
S20646
Last Modified:
2013-08-20
Issue

I created a customized pipeline stage function called abc() in a file called xyz.ps.c, but errors occur when I try to use it in one of my scenarios.Why can't I execute my simulation using a custom pipeline stage?

Solution

Your pipeline stage file name (no extension) and the name of the function in the pipeline stage source code must match exactly.In other words, the if the name of your pipeline stage is abc() or abc_mt() then it must be in a file called abc.ps.cpp or abc.ps.c.Since they don't match, you may get errors such as unresolved symbols.

Environment

DES Kernel->Process Modeling/Coding

Attachments
NOTICE: Riverbed® product names have changed. Please refer to the Product List for a complete list of product names.
Can't find an answer? Create a case