mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Reworked the server commands.
Track mounts. --create does now work as expected.
This commit is contained in:
parent
1445c15ed1
commit
598bf9199e
14 changed files with 629 additions and 217 deletions
|
@ -40,6 +40,12 @@ gpg_error_t runner_new (runner_t *r_runner, const char *name);
|
|||
/* Free a runner object. */
|
||||
void runner_release (runner_t runner);
|
||||
|
||||
/* Return the identifier of RUNNER. */
|
||||
unsigned int runner_get_rid (runner_t runner);
|
||||
|
||||
/* Find a runner by its rid. */
|
||||
runner_t runner_find_by_rid (unsigned int rid);
|
||||
|
||||
/* Functions to set properties of the runner. */
|
||||
void runner_set_fds (runner_t runner, int in_fd, int out_fd);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue