- Timestamp:
- 11/08/18 14:22:54 (2 years ago)
- Branches:
- develop, master
- Children:
- cf7cca1
- Parents:
- 0bb8d49
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_ndag.c
r6a2f037 r8d24b12 945 945 int *gottime, recvstream_t *rt) { 946 946 947 int ret, ndagstat , avail;947 int ret, ndagstat; 948 948 int toret = 0; 949 949 950 950 #if HAVE_DECL_RECVMMSG 951 int i ;951 int i, avail; 952 952 #endif 953 953 954 955 #if HAVE_DECL_RECVMMSG 954 956 avail = init_receivers(ssock, ssock->bufavail); 955 956 #if HAVE_DECL_RECVMMSG957 957 ret = recvmmsg(ssock->sock, ssock->mmsgbufs, avail, 958 958 MSG_DONTWAIT, NULL);
Note: See TracChangeset
for help on using the changeset viewer.