提交 4a239d15 编写于 作者: D Daniel P. Berrangé

log: rename virLogFlags to virLogFilterFlags to match docs

Reviewed-by: NErik Skultety <eskultet@redhat.com>
Reviewed-by: NJohn Ferlan <jferlan@redhat.com>
Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
上级 ebad530e
......@@ -87,7 +87,7 @@ VIR_ENUM_IMPL(virLogDestination, VIR_LOG_TO_OUTPUT_LAST,
struct _virLogFilter {
char *match;
virLogPriority priority;
unsigned int flags;
unsigned int flags; /* bitwise OR of virLogFilterFlags */
};
static int virLogFiltersSerial = 1;
......
......@@ -174,7 +174,7 @@ typedef void (*virLogCloseFunc) (void *data);
typedef enum {
VIR_LOG_STACK_TRACE = (1 << 0),
} virLogFlags;
} virLogFilterFlags;
int virLogGetNbFilters(void);
int virLogGetNbOutputs(void);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册