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

#include <skalibs/tai.h>
#include <skalibs/skaclient.h>
#include <s6/ftrigr.h>

int ftrigr_start (ftrigr_t *a, char const *path, tain_t const *deadline, tain_t *stamp)
{
  return skaclient_start_b(&a->connection, &a->buffers, path, FTRIGR_BANNER1, FTRIGR_BANNER1_LEN, FTRIGR_BANNER2, FTRIGR_BANNER2_LEN, deadline, stamp) ;
}