WhiteBoard Project using C RPC
A Project in Distributed Computing at IIIT-Delhi
transient.c File Reference
#include "wb.h"
Include dependency graph for transient.c:

Go to the source code of this file.

Macros

#define NPROGNUMSTOTRY   1000
 
#define NATTEMPTS   10
 

Functions

static unsigned long findTransient (int version)
 
int getTransientProgNumber (int version)
 

Macro Definition Documentation

◆ NATTEMPTS

#define NATTEMPTS   10

Definition at line 9 of file transient.c.

Referenced by getTransientProgNumber().

◆ NPROGNUMSTOTRY

#define NPROGNUMSTOTRY   1000

Definition at line 8 of file transient.c.

Referenced by findTransient().

Function Documentation

◆ findTransient()

static unsigned long findTransient ( int  version)
static

Definition at line 11 of file transient.c.

References NPROGNUMSTOTRY.

Referenced by getTransientProgNumber().

Here is the caller graph for this function:

◆ getTransientProgNumber()

int getTransientProgNumber ( int  version)

Definition at line 43 of file transient.c.

References findTransient(), and NATTEMPTS.

Here is the call graph for this function: