#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <unistd.h>
#include <signal.h>
#include <stdio.h>
#include <fcntl.h>
#include <errno.h>
#include <sys/time.h>
#include <stdlib.h>
#include <memory.h>
#include <exception>
#include "stdinc.h"
#include "Util.h"
#include "Np4d.h"
Go to the source code of this file.
|
| forest |
| The CtlPkt class is used to pack and unpack forest control messages.
|
|
|
| forest |
| The CtlPkt class is used to pack and unpack forest control messages.
|
|
|
typedef int32_t | forest::fAdr_t |
| denotes a forest address
|
|
typedef uint32_t | forest::comt_t |
| denotes a comtree
|
|
typedef uint8_t | forest::flgs_t |
| flags field from packet header
|
|
typedef uint32_t | forest::buffer_t [Forest::BUF_SIZ/sizeof(uint32_t)] |
|
- Author
- Jon Turner
- Date
- 2011 This is open source software licensed under the Apache 2.0 license. See http://www.apache.org/licenses/LICENSE-2.0 for details.
Definition in file Forest.h.