summaryrefslogtreecommitdiff
path: root/timer.h
blob: 8e869c875eda98ee3a2a40a2975e2901c1dfa484 (plain)
1
2
3
4
5
6
7
8
9
#ifndef TIMER_H
#define TIMER_H

#include <sys/time.h>

extern void set_itimer_interval_value(struct itimerval *itimer, unsigned long sec,
				      unsigned long usec);

#endif /* TIMER_H */
orm>
authorPhil Sutter <phil@nwl.cc>2016-08-04 12:11:55 +0200
committerDavid S. Miller <davem@davemloft.net>2016-08-08 12:51:58 -0700
commitdca3f53c02e325bb19dfc05b1571b9a706226fea (patch)
treeb886b9f259e44532bce189c715cf625925b6d4ff
parentc518189567eaf42b2ec50a4d982484c8e38799f8 (diff)
sctp: Export struct sctp_info to userspace
This is required to correctly interpret INET_DIAG_INFO messages exported by sctp_diag module. Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat