Waltham  0.1.0
Enumerations
waltham-connection.h File Reference

Waltham connection management API. More...

#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <waltham-object.h>

Go to the source code of this file.

Enumerations

enum  wth_connection_side { WTH_CONNECTION_SIDE_CLIENT, WTH_CONNECTION_SIDE_SERVER }
 Define which side we are on. More...
 

Detailed Description

Waltham connection management API.

Enumeration Type Documentation

◆ wth_connection_side

Define which side we are on.

Some operations and their availability depend on the side.

Enumerator
WTH_CONNECTION_SIDE_CLIENT 

Client-side object.

WTH_CONNECTION_SIDE_SERVER 

Server-side object.