Skip to content
Snippets Groups Projects
Commit 50bb970d authored by Keane Wolter's avatar Keane Wolter
Browse files

Moved typedef to be inline with the struct for gpsd_unit and to match other structs in file

parent fc9186a4
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -239,10 +239,8 @@ struct refclock refclock_gpsdjson = {
/* =====================================================================
* our local clock unit and data
*/
struct gpsd_unit;
typedef struct gpsd_unit gpsd_unitT;
struct gpsd_unit {
typedef struct gpsd_unit {
/* links for sharing between master/slave units */
gpsd_unitT *next_unit;
size_t refcount;
......@@ -318,7 +316,7 @@ struct gpsd_unit {
/* record assemby buffer and saved length */
int buflen;
char buffer[MAX_PDU_LEN];
};
} gpsd_unitT;
/* =====================================================================
* static local helpers forward decls
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment