Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'uloop.h')
-rw-r--r--uloop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uloop.h b/uloop.h
index 5edeb70..4313dfe 100644
--- a/uloop.h
+++ b/uloop.h
@@ -98,7 +98,7 @@ struct uloop_interval
int64_t fired;
unsigned int msecs;
} time;
- } private;
+ } priv;
};
struct uloop_signal