mirror of
https://github.com/owntracks/recorder.git
synced 2026-08-23 11:26:16 +00:00
comment param
This commit is contained in:
@@ -512,9 +512,9 @@ struct jparam {
|
||||
time_t s_hi;
|
||||
output_type otype;
|
||||
int limit; /* if non-zero, we're searching backwards */
|
||||
JsonNode *fields;
|
||||
char *username;
|
||||
char *device;
|
||||
JsonNode *fields; /* If non-NULL array of fields names to return */
|
||||
char *username; /* If non-NULL, add username to location */
|
||||
char *device; /* If non-NULL, add device name to location */
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user