Common definitions

Definitions of common types. More...

Enumerations

enum  LWMsgBool {
  LWMSG_FALSE = 0,
  LWMSG_TRUE = 1
}
 Boolean type. More...
 
enum  LWMsgEndpointType { ,
  LWMSG_ENDPOINT_LOCAL,
  LWMSG_ENDPOINT_DIRECT,
  LWMSG_ENDPOINT_PAIR
}
 Endpoint type. More...
 

Detailed Description

Defines various common types which are used through LWMsg.

Enumeration Type Documentation

enum LWMsgBool

Represents a boolean true/false value

Enumerator
LWMSG_FALSE 

False

LWMSG_TRUE 

True

Represents the type of a client or server endpoint

Enumerator
LWMSG_ENDPOINT_LOCAL 

Machine-local (UNIX domain socket)

LWMSG_ENDPOINT_DIRECT 

Direct (same process)

LWMSG_ENDPOINT_PAIR 

Socket pair (same user)