photon  1.1
Data Structures | Typedefs | Functions
photon_rdma_INFO_ledger.h File Reference
#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 Documentation

◆ photonRILedger

typedef struct photon_ri_ledger_t* photonRILedger

Definition at line 45 of file photon_rdma_INFO_ledger.h.

◆ photonRILedgerEntry

typedef struct photon_ri_ledger_entry_t* photonRILedgerEntry

Definition at line 44 of file photon_rdma_INFO_ledger.h.

Function Documentation

◆ photon_ri_ledger_create_reuse()

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_ri_ledger_free()

PHOTON_INTERNAL void photon_ri_ledger_free ( photonRILedger  ledger)

Definition at line 50 of file photon_rdma_INFO_ledger.c.

◆ photon_ri_ledger_get_next()

PHOTON_INTERNAL int photon_ri_ledger_get_next ( int  proc,
photonRILedger  ledger 
)

Definition at line 54 of file photon_rdma_INFO_ledger.c.