Changeset 4022b68 for protocols/bee.c
- Timestamp:
- 2010-08-21T22:42:01Z (14 years ago)
- Branches:
- master
- Children:
- fd424c8
- Parents:
- 327af51 (diff), c00dd71 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/bee.c
r327af51 r4022b68 40 40 s = set_add( &b->set, "auto_reconnect_delay", "5*3<900", set_eval_account_reconnect_delay, b ); 41 41 s = set_add( &b->set, "debug", "false", set_eval_bool, b ); 42 s = set_add( &b->set, "mobile_is_away", "false", set_eval_bool, b ); 42 43 s = set_add( &b->set, "save_on_quit", "true", set_eval_bool, b ); 43 44 s = set_add( &b->set, "status", NULL, set_eval_away_status, b );
Note: See TracChangeset
for help on using the changeset viewer.