Prototypes for BBMD getters and setters, and revised registration functions to return something approximating a goodness value. (Still too happy for invalid BBMDs, but it's a start.)

This commit is contained in:
tbrennan3
2011-08-22 19:42:07 +00:00
parent e7365ecaa5
commit 5aaf89c64d
3 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ extern "C" {
#define bvlc_maintenance_timer(x)
#endif
/* registers with a bbmd as a foreign device */
void bvlc_register_with_bbmd(
int bvlc_register_with_bbmd(
uint32_t bbmd_address, /* in network byte order */
uint16_t bbmd_port, /* in network byte order */
uint16_t time_to_live_seconds);