team_mode
const struct team_mode *mode;
int team_mode_register(const struct team_mode *mode)
void team_mode_unregister(const struct team_mode *mode)
static const struct team_mode *team_mode_get(const char *kind)
const struct team_mode *mode = NULL;
static void team_mode_put(const struct team_mode *mode)
static const struct team_mode __team_no_mode = {
const struct team_mode *new_mode)
const struct team_mode *new_mode;
static const struct team_mode ab_mode = {
static const struct team_mode bc_mode = {
static const struct team_mode lb_mode = {
static const struct team_mode rnd_mode = {
static const struct team_mode rr_mode = {
const struct team_mode *mode;
extern int team_mode_register(const struct team_mode *mode);
extern void team_mode_unregister(const struct team_mode *mode);