|
Vowpal Wabbit
|
#include "spanning_tree.h"#include "vw_exception.h"#include <string.h>#include <errno.h>#include <stdlib.h>#include <stdio.h>#include <string>#include <iostream>#include <fstream>#include <cmath>#include <map>#include <future>Go to the source code of this file.
Classes | |
| struct | client |
| struct | partial |
Namespaces | |
| VW | |
Functions | |
| static int | socket_sort (const void *s1, const void *s2) |
| int | build_tree (int *parent, uint16_t *kid_count, size_t source_count, int offset) |
| void | fail_send (const socket_t fd, const void *buf, const int count) |
| int build_tree | ( | int * | parent, |
| uint16_t * | kid_count, | ||
| size_t | source_count, | ||
| int | offset | ||
| ) |
Definition at line 43 of file spanning_tree.cc.
Referenced by VW::SpanningTree::Run().
| void fail_send | ( | const socket_t | fd, |
| const void * | buf, | ||
| const int | count | ||
| ) |
Definition at line 74 of file spanning_tree.cc.
References THROWERRNO.
Referenced by VW::SpanningTree::Run().
|
static |
Definition at line 33 of file spanning_tree.cc.
References client::client_ip, and client::socket.
Referenced by VW::SpanningTree::Run().
1.8.13