#include <pslib.h>
#include "pmConfig.h"
Include dependency graph for pmConfigCommand.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| bool | pmConfigDatabaseCommand (psString *command, const pmConfig *config) |
| Extend a command-line to include the necessary database flags. | |
| bool | pmConfigTraceCommand (psString *command) |
| Extend a command-line to propagate the trace flags. | |
| bool pmConfigDatabaseCommand | ( | psString * | command, | |
| const pmConfig * | config | |||
| ) |
Extend a command-line to include the necessary database flags.
The command-line is extended with -dbserver, -dbname, -dbuser, -dbpassword
| command | Command to extend |
| config | Configuration |
| bool pmConfigTraceCommand | ( | psString * | command | ) |
Extend a command-line to propagate the trace flags.
The command-line is extended with -trace
| command | Command to extend |
1.5.1