File: resync.h

package info (click to toggle)
conntrack-tools 1%3A1.4.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,580 kB
  • sloc: ansic: 20,447; sh: 6,209; yacc: 1,480; makefile: 194; lex: 181; python: 176
file content (8 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#ifndef _RESYNC_H_
#define _RESYNC_H_

void resync_req(void);
void resync_send(int (*do_cache_to_tx)(void *data1, void *data2));
void resync_at_startup(void);

#endif /*_RESYNC_H_ */