Bug 1839

Summary: private copy constructor of FlowMonitorHelper causes problem in Python bindings.
Product: ns-3 Reporter: Takashi SASAKI <takashi316>
Component: flow-monitorAssignee: Gustavo J. A. M. Carneiro <gjcarneiro>
Status: RESOLVED FIXED    
Severity: enhancement CC: ns-bugs, tommaso.pecorella
Priority: P5    
Version: ns-3-dev   
Hardware: PC   
OS: Linux   
Attachments: hg diff

Description Takashi SASAKI 2014-01-16 06:29:04 UTC
Created attachment 1764 [details]
hg diff

The copy constructor of FlowMonitorHelper was changed to private
in recent changeset http://code.nsnam.org/ns-3-dev/rev/efba60267342 .

It causes error while building python bindings in function
PyObject* _wrap_PyNs3FlowMonitorHelper__copy__(PyNs3FlowMonitorHelper*) .

Commenting out line 982 in modulegen__gcc_LP64.py fixes this error.
Comment 1 Gustavo J. A. M. Carneiro 2014-01-16 06:34:50 UTC
Running waf --apiscan=flowmon should take care of this automatically.
Comment 2 Tommaso Pecorella 2014-01-16 13:12:25 UTC
changeset:   10577:68515954fc99