[Home]

Summary:ASTERISK-04941: [patch] struct fast_originate_helper in manager.h
Reporter:Clod Patry (junky)Labels:
Date Opened:2005-08-30 19:35:21Date Closed:2005-08-30 20:35:36
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/ManagerInterface
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) manager.txt
Description:Currently, that struct in defined in the manager.c

If we use that struct in custom apps, it's great to have in defined in manager.h, like all the others struct.

Just to be constant.
Comments:By: Kevin P. Fleming (kpfleming) 2005-08-30 20:35:26

There are no API calls that accept this struct as a parameter or return it as a result. As such, there is no reason for it to be available outside of manager.c.

If you have a need to add an API that uses this struct, then the struct definition can be moved (and renamed) in the patch that provides the API. Otherwise, if you want to use the struct in your own code, just copy it.