Rename get and set of enabled status to mask

Signed-off-by: Firas Sahli <firas.sahli@adlinktech.com>
This commit is contained in:
Firas Sahli 2018-12-05 14:35:08 +01:00
parent 99f410bc49
commit 05f961dec1
No known key found for this signature in database
GPG key ID: C19E9D4A9279539F
19 changed files with 135 additions and 105 deletions

View file

@ -122,7 +122,7 @@ int main (int argc, char **argv)
process_samples(maxCycles);
/* Finished, disable callbacks */
dds_set_enabled_status (reader, 0);
dds_set_status_mask (reader, 0);
HandleMap__free (imap);
#ifdef _WIN32