photon
1.1
|
#include <stdlib.h>
#include <string.h>
#include <stddef.h>
#include <time.h>
#include "logging.h"
#include "photon_rdma_ledger.h"
#include "photon_buffer.h"
#include "photon_exchange.h"
#include "photon_event.h"
Go to the source code of this file.
Functions | |
photonLedger | photon_rdma_ledger_create_reuse (void *ledger_buffer, int num_entries, int entry_size, int prefix) |
void | photon_rdma_ledger_free (photonLedger ledger) |
int | photon_rdma_ledger_get_next (int proc, photonLedger l) |
photonLedger photon_rdma_ledger_create_reuse | ( | void * | ledger_buffer, |
int | num_entries, | ||
int | entry_size, | ||
int | prefix | ||
) |
Definition at line 27 of file photon_rdma_ledger.c.
void photon_rdma_ledger_free | ( | photonLedger | ledger | ) |
Definition at line 56 of file photon_rdma_ledger.c.
int photon_rdma_ledger_get_next | ( | int | proc, |
photonLedger | l | ||
) |
Definition at line 60 of file photon_rdma_ledger.c.