Skip to content

Commit

Permalink
Yet more documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikhil Samith Bysani committed Jan 4, 2009
1 parent 7a96f6c commit 70ad196
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/base/bang-types.h
Expand Up @@ -127,11 +127,19 @@ enum BANG_signals {
*/
BANG_MODULE_ERROR,

/*
* To be acted on signals.
/**
* A peer has connected and is being set up.
*/
BANG_PEER_CONNECTED,

/**
* A peer has disconnected and is being removed.
*/
BANG_PEER_DISCONNECTED,

/**
* Request all the peers a request.
*/
BANG_REQUEST_ALL,

/**
Expand Down

0 comments on commit 70ad196

Please sign in to comment.