gPTP Documentation
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PeerList.hpp File Reference
#include <vector>
#include <ipcdef.hpp>
#include <Lockable.hpp>
Include dependency graph for PeerList.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  PeerAddrWithState
 
class  PeerList
 

Typedefs

typedef bool(* peer_init_handler )(void **, void *, PeerAddr addr)
 
typedef bool(* peer_rm_handler )(void *, void *)
 
typedef std::vector
< PeerAddrWithState
PeerVector
 

Typedef Documentation

typedef bool(* peer_init_handler)(void **, void *, PeerAddr addr)

Peer init handler callback definition

typedef bool(* peer_rm_handler)(void *, void *)

Peer remove callback definition

typedef std::vector<PeerAddrWithState> PeerVector

Type peer vector