Fix a typo and some formatting
This commit was SVN r19990.
Этот коммит содержится в:
родитель
bf96a8dea0
Коммит
26cd1c1955
@ -36,7 +36,7 @@ int orte_notifier_syslog_component_query(mca_base_module_t **module, int *priori
|
||||
|
||||
|
||||
/*
|
||||
* Grpcomm interfaces
|
||||
* Notifier interfaces
|
||||
*/
|
||||
|
||||
ORTE_MODULE_DECLSPEC extern orte_notifier_base_component_t mca_notifier_syslog_component;
|
||||
|
@ -45,10 +45,10 @@ static void myhelplog(int priority, const char *filename, const char *topic, ...
|
||||
|
||||
/* Module def */
|
||||
orte_notifier_base_module_t orte_notifier_syslog_module = {
|
||||
init,
|
||||
finalize,
|
||||
mylog,
|
||||
myhelplog
|
||||
init,
|
||||
finalize,
|
||||
mylog,
|
||||
myhelplog
|
||||
};
|
||||
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user