]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
res_manager_devicestate and res_manager_presencestate missing support level
authorCorey Farrell <git@cfware.com>
Sat, 14 Jun 2014 19:26:16 +0000 (19:26 +0000)
committerCorey Farrell <git@cfware.com>
Sat, 14 Jun 2014 19:26:16 +0000 (19:26 +0000)
Add MODULEINFO comment block to define support level core for these new
modules.

Review: https://reviewboard.asterisk.org/r/3620/

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@416237 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_manager_devicestate.c
res/res_manager_presencestate.c

index 57908bac855bf80fc42bc20eedc0bf4c6c57dd03..803536dc0ddbc1eb4df9a4e9650117f5c621e6fe 100644 (file)
  * at the top of the source tree.
  */
 
+/*** MODULEINFO
+       <support_level>core</support_level>
+ ***/
+
 #include "asterisk.h"
 #include "asterisk/module.h"
 #include "asterisk/stasis.h"
index 2b3ef418e1333fa738c70e6e5cf82ba4f441029d..4096346e272995498bc3e9b60403b998cb4af97d 100644 (file)
  * at the top of the source tree.
  */
 
+/*** MODULEINFO
+       <support_level>core</support_level>
+ ***/
+
 #include "asterisk.h"
 #include "asterisk/module.h"
 #include "asterisk/stasis.h"