diff options
author | dimitri staessens <dimitri.staessens@ugent.be> | 2017-04-01 10:04:59 +0000 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2017-04-01 10:04:59 +0000 |
commit | d9f3619d791fef7d79127556304a4aa4f1cda50a (patch) | |
tree | efd58bca3a7c0d2302bbc9c9eaffa1d0dc95ad89 /include | |
parent | d9d3d3010511a1893e5fffdfbc5378db59233a1e (diff) | |
parent | d426058a82137d3186a245b0548a262fbd35761b (diff) | |
download | ouroboros-d9f3619d791fef7d79127556304a4aa4f1cda50a.tar.gz ouroboros-d9f3619d791fef7d79127556304a4aa4f1cda50a.zip |
Merged in dstaesse/ouroboros/be-fixes (pull request #447)
Be fixes
Diffstat (limited to 'include')
-rw-r--r-- | include/ouroboros/fcntl.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/include/ouroboros/fcntl.h b/include/ouroboros/fcntl.h index c07b7bf0..65e8c378 100644 --- a/include/ouroboros/fcntl.h +++ b/include/ouroboros/fcntl.h @@ -37,18 +37,18 @@ #define FLOW_O_INVALID (FLOW_O_WRONLY | FLOW_O_RDWR) -int flow_set_flags(int fd, - int flags); +int flow_set_flags(int fd, + int flags); -int flow_get_flags(int fd); +int flow_get_flags(int fd); -int flow_set_timeout(int fd, - const struct timespec * to); +int flow_set_timeout(int fd, + const struct timespec * to); -int flow_get_timeout(int fd, - struct timespec * to); +int flow_get_timeout(int fd, + struct timespec * to); -int flow_get_qosspec(int fd, - qosspec_t * spec); +int flow_get_qosspec(int fd, + qosspec_t * qs); #endif /* OUROBOROS_FCNTL_H */ |