photon
1.1
|
#include "photon_buffer_internal.h"
Go to the source code of this file.
Data Structures | |
struct | photon_ri_ledger_entry |
struct | photon_ri_ledger |
Typedefs | |
typedef struct photon_ri_ledger_entry_t * | photonRILedgerEntry |
typedef struct photon_ri_ledger_t * | photonRILedger |
Functions | |
PHOTON_INTERNAL photonRILedger | photon_ri_ledger_create_reuse (photonRILedgerEntry ledger_buffer, int ledger_size, int prefix) |
PHOTON_INTERNAL void | photon_ri_ledger_free (photonRILedger ledger) |
PHOTON_INTERNAL int | photon_ri_ledger_get_next (int proc, photonRILedger ledger) |
typedef struct photon_ri_ledger_t* photonRILedger |
Definition at line 45 of file photon_rdma_INFO_ledger.h.
typedef struct photon_ri_ledger_entry_t* photonRILedgerEntry |
Definition at line 44 of file photon_rdma_INFO_ledger.h.
PHOTON_INTERNAL photonRILedger photon_ri_ledger_create_reuse | ( | photonRILedgerEntry | ledger_buffer, |
int | ledger_size, | ||
int | prefix | ||
) |
Definition at line 25 of file photon_rdma_INFO_ledger.c.
PHOTON_INTERNAL void photon_ri_ledger_free | ( | photonRILedger | ledger | ) |
Definition at line 50 of file photon_rdma_INFO_ledger.c.
PHOTON_INTERNAL int photon_ri_ledger_get_next | ( | int | proc, |
photonRILedger | ledger | ||
) |
Definition at line 54 of file photon_rdma_INFO_ledger.c.