Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F7632083
cmdline_internal.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
721 B
Referenced Files
None
Subscribers
None
cmdline_internal.h
View Options
/*
* Copyright 2019 the Pacemaker project contributors
*
* The version control history for this file may have further details.
*
* This source code is licensed under the GNU Lesser General Public License
* version 2.1 or later (LGPLv2.1+) WITHOUT ANY WARRANTY.
*/
#ifndef CMDLINE_INTERNAL__H
#define CMDLINE_INTERNAL__H
#ifdef __cplusplus
extern "C" {
#endif
#include <glib.h>
typedef struct {
char *summary;
gboolean version;
gboolean quiet;
unsigned int verbosity;
char *output_ty;
char *output_ty_desc;
char *output_dest;
} pcmk__common_args_t;
GOptionContext *
pcmk__build_arg_context(pcmk__common_args_t *common_args, const char *fmts);
#ifdef __cplusplus
}
#endif
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Thu, Oct 16, 3:16 PM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2528968
Default Alt Text
cmdline_internal.h (721 B)
Attached To
Mode
rP Pacemaker
Attached
Detach File
Event Timeline
Log In to Comment