bmsd/mysql.h

changeset 579
1253a237b620
parent 567
6bf0afc33e70
child 680
0bb48333d133
equal deleted inserted replaced
578:e75ce5bbda73 579:1253a237b620
43 43
44 void ispindel_mysql_insert(sys_ispindel_list *ispindel); 44 void ispindel_mysql_insert(sys_ispindel_list *ispindel);
45 void ispindel_mysql_update(sys_ispindel_list *ispindel); 45 void ispindel_mysql_update(sys_ispindel_list *ispindel);
46 void ispindel_mysql_death(char *alias); 46 void ispindel_mysql_death(char *alias);
47 47
48 /**
49 * @brief Check state changes in the database for all iSpindels and
50 * update the internal memory array. Called every 5 seconds from
51 * the main server thread.
52 */
53 void ispindel_mysql_check(void);
54
55
48 #endif 56 #endif

mercurial