blob: 449f25c80bc23c100d1c5e95528211361ceaea31 (
plain)
1
2
3
4
5
6
7
8
9
|
/* ISC license. */
#include <nsss/nsss-switch.h>
#include "nsss-switch-internal.h"
int nsss_switch_shadow_rewind (nsss_switch_t *a, tain_t const *deadline, tain_t *stamp)
{
return nsss_switch_op(a, NSSS_SWITCH_SHADOW_REWIND, deadline, stamp) ;
}
|