Skip to content
Snippets Groups Projects
Commit 3cda8388 authored by Russell Bryant's avatar Russell Bryant
Browse files

Be a bit more pedantic about the type for holding the md5 sum for the build options.

Also, doxygenify the comment.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89440 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 501915f0
No related branches found
No related tags found
No related merge requests found
......@@ -216,7 +216,8 @@ struct ast_module_info {
const char *key;
unsigned int flags;
unsigned int buildopt_sum[4]; /* The value of AST_BUILDOPT_SUM when this module was compiled */
/*! The value of AST_BUILDOPT_SUM when this module was compiled */
uint32_t buildopt_sum[4];
};
void ast_module_register(const struct ast_module_info *);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment