mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
util: A generic function to convert error to string for windows.
More users will be added in an upcoming commit. Signed-off-by: Gurucharan Shetty <gshetty@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -490,6 +490,11 @@ void bitwise_put(uint64_t value,
|
||||
uint64_t bitwise_get(const void *src, unsigned int src_len,
|
||||
unsigned int src_ofs, unsigned int n_bits);
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
char *ovs_lasterror_to_string(void);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user