Skip to content

Instantly share code, notes, and snippets.

@oxaoo
oxaoo / Application.cpp
Last active April 1, 2018 23:07
Cloud Computing Concepts, Part 1 > Programming Assignment: Gossip Protocol [correct run.sh]
/**********************************
* FILE NAME: Application.cpp
*
* DESCRIPTION: Application layer class function definitions
**********************************/
#include "Application.h"
void handler(int sig) {
void *array[10];