Welcome to mirror list, hosted at ThFree Co, Russian Federation.

message_relay.h - github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 656caccd8194a14b682b8df54378cceeac2085a7 (plain)
1
2
3
4
5
6
7
8
#ifndef MESSAGE_RELAY_H
#define MESSAGE_RELAY_H

void setup_relay(void*);

void destroy_relay();

#endif