photon  1.1
Functions
photon_rdma_ledger.c File Reference
#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)
 

Function Documentation

◆ photon_rdma_ledger_create_reuse()

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.

◆ photon_rdma_ledger_free()

void photon_rdma_ledger_free ( photonLedger  ledger)

Definition at line 56 of file photon_rdma_ledger.c.

◆ photon_rdma_ledger_get_next()

int photon_rdma_ledger_get_next ( int  proc,
photonLedger  l 
)

Definition at line 60 of file photon_rdma_ledger.c.