#include <sys/types.h>
#include <sys/socket.h>
#include <boost/bind.hpp>
#include <base/logging.h>
#include <base/address_util.h>
#include <db/db.h>
#include <db/db_entry.h>
#include <db/db_table.h>
#include <db/db_table_partition.h>
#include "ksync_index.h"
#include "ksync_entry.h"
#include "ksync_object.h"
#include "ksync_sock.h"
#include "ksync_sock_user.h"
#include "nl_util.h"
#include "vr_genetlink.h"
#include "vr_message.h"
#include "vr_types.h"
#include "vr_defs.h"
#include "vr_interface.h"
#include <vector>
Go to the source code of this file.
int EncodeVrResponse |
( |
uint8_t * |
buf, |
|
|
int |
buf_len, |
|
|
uint32_t |
seq_num, |
|
|
int |
code |
|
) |
| |
static int IoVectorToData |
( |
char * |
data, |
|
|
uint32_t |
len, |
|
|
KSyncBufferList * |
iovec |
|
) |
| |
|
static |