summaryrefslogtreecommitdiff
path: root/src/libs6/ftrigr_startf.c
blob: ff0279263e5f1b7ee657ff9fef3f4c975e44b5d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* ISC license. */

#include <skalibs/textclient.h>
#include <s6/ftrigr.h>

int ftrigr_startf (ftrigr_t *a, tain_t const *deadline, tain_t *stamp)
{
  static char const *const cargv[2] = { FTRIGRD_PROG, 0 } ;
  static char const *const cenvp[1] = { 0 } ;
  return textclient_startf(&a->connection, cargv, cenvp, TEXTCLIENT_OPTION_WAITPID, FTRIGR_BANNER1, FTRIGR_BANNER1_LEN, FTRIGR_BANNER2, FTRIGR_BANNER2_LEN, deadline, stamp) ;
}