]> git.ozlabs.org Git - petitboot/blobdiff - ui/twin/pbt-client.h
Move boot to discover server
[petitboot] / ui / twin / pbt-client.h
index 7e74e4ec5cf822acecc6e6b0db84c96fb825439d..2c96d489f4d889844ea46a29ed239a4567714bd4 100644 (file)
@@ -45,8 +45,6 @@ struct pbt_client {
        int dry_run;
        struct pb_signal_data signal_data;
        void *client_data;
-       int (*boot_cb)(struct pbt_client *pbt_client, struct pb_opt_data *pod);
-
        struct pbt_frame frame;
        struct discover_client *discover_client;
        struct waitset *waitset;
@@ -54,7 +52,6 @@ struct pbt_client {
 
 struct pbt_client *pbt_client_init(enum pbt_twin_backend backend,
        unsigned int width, unsigned int height,
-       int (*boot_cb)(struct pbt_client *, struct pb_opt_data *),
        int start_deamon, int dry_run);
 void pbt_client_destroy(struct pbt_client *client);
 void pbt_client_resize(struct pbt_client *client);